The connections in the files were fixed and the code was adjusted to optimize it further
Optimizations and Performance (UI)
Instant Opening (Zero Lag): The CSS attributebackdrop-filter: blur(5px);has been removed from the main panel. The Chromium engine in Garry's Mod consumes too many resources rendering full-screen blurs in real time; removing it eliminates the FPS drop when opening the tablet.
Animation Removal: The@keyframes fadeInanimation has been removed from the MDT and interaction panels so the interface appears instantly, improving responsiveness and speed.
Tracking and Navigation Systems (HUD)
Toggle Tracker Fixed: The tracking system using the interaction menu (F7) is now functional. It operates on the client side (cl_core.lua), saving the selected entity (GRN_SHPolice_TrackedEnt) and projecting a marker on the HUD (cyan) that displays the target's name and distance. Selecting the same target again cancels the tracking.
Dispatch Waypoint Expiration: A lifespan has been added to the visual markers for distress alerts. Marking a Waypoint activates a 60-second timer; once the time has elapsed, the variable is cleared and the marker disappears visually from the HUD to prevent the screen from becoming cluttered with obsolete indicators.
Citizen Database (Dossier)
Identification Adjustment: The text field in citizen records that was labeled "Nationality / Planet" has been renamed to "Species" at the interface and save variable levels (dos-spec).
Restricted Gender Selector: The "Gender" field no longer allows free text entry. It has been transformed into a drop-down menu (<select>) that restricts the selection to three strict options to keep the database clean: Male, Female, and Non-Disclosed.
Investigation System
![]()
