anklemonitor
Persistent, server-authoritative ankle monitoring with an MDT management page. - /anklet — fit a monitor to the nearest player. - /removeanklet — remove the nearest player's monitor. - /ankletlocation [CSN] — route to an authorised live or last-known location. - /ankletself — toggle a monitor on yourself when Config.Debug is enabled. New monitors default to the applying officer's department lock. The MDT page can change visibility to any combination of CSN, department, or callsign/tag rules. An empty restriction list makes the tracker visible to all authorised police. The resource creates its own database tables at startup. Start anklemonitor after core and oxmysql; the manifest dependencies handle this automatically.
Introduction
Persistent, server-authoritative ankle monitoring with an MDT management page. - /anklet — fit a monitor to the nearest player. - /removeanklet — remove the nearest player's monitor. - /ankletlocation [CSN] — route to an authorised live or last-known location. - /ankletself — toggle a monitor on yourself when Config.Debug is enabled. New monitors default to the applying officer's department lock. The MDT page can change visibility to any combination of CSN, department, or callsign/tag rules. An empty restriction list makes the tracker visible to all authorised police. The resource creates its own database tables at startup. Start anklemonitor after core and oxmysql; the manifest dependencies handle this automatically.
No manifest UI page detected.
Dependencies & References
| Resource | Detected as | Package status |
|---|---|---|
core | Manifest dependency | Included in Base |
logs | Manifest dependency | Included in Base |
oxmysql | Manifest dependency | External / prerequisite |
Cross-resource export calls
| Resource | Functions called |
|---|---|
core | getCoreObject |
logs | Log |
Installation / Start Order
The supplied server.cfg enables this resource in the Core systems stage at enabled-resource position 32. Base installation also depends on the global prerequisites and consolidated VCORE_INSTALL.sql documented in Getting Started.
ensure anklemonitorConfiguration
Config files
common.luaconfig.lua
Top-level config keys detected
BlipClothingCommandsConsumeTrackerItemDatabaseWriteIntervalDebugDefaultLockFullAccessRanksInteractionDistanceLocationUpdateIntervalMaxReasonLengthMaxRestrictionsMdtRefreshIntervalPoliceJobsRequireOnDutyRequireTrackerItemRestrictionTypesReturnTrackerItemStaleAfterSecondsSupervisorGradeTrackerItemEvents, Exports & Callbacks
Exports
Server exports2
GetTrackerIsMonitored
Callbacks
No Vcore callback registrations were detected.
Registered network events
Client registered events6
VCORE:Client:OnPlayerLoadedVCORE:Client:OnPlayerSpawnedanklemonitor:client:requestApplyanklemonitor:client:requestRemoveanklemonitor:client:setStateanklemonitor:client:showLocation
Server registered events4
anklemonitor:server:applyNearbyanklemonitor:server:heartbeatanklemonitor:server:readyanklemonitor:server:removeNearby
Commands
No commands were detected.
Database / SQL
| File | Type |
|---|---|
sql/anklemonitor.sql | Resource SQL file |
ankle_monitor_auditsankle_monitorsThe root Base package also ships the consolidated VCORE_INSTALL.sql.
Source Layout
| Area | Detected files |
|---|---|
| Client Lua | 1 |
| Server Lua | 1 |
| Other/shared Lua | 3 |
| JavaScript | 0 |
| HTML | 0 |
| CSS | 0 |
| SQL | 1 |
Troubleshooting
- Confirm all manifest dependencies are started before
anklemonitor. - Check the supplied start-order note above; resources absent from server.cfg need an explicit decision before enabling.
- If database queries fail, import the consolidated Base SQL and any resource-local SQL listed above.
- If the UI fails, verify the resource's NUI files and
ui_pagewhen one is declared.

