A DARKNET-style tablet for FiveM / ESX that shows the real-time availability of every robbery location on your server (state bank, jewelry, human labs, fleeca, convenience, barbers, vehicles, …). Drops into any server with minimal rewiring — reads from a singleDocumentation Index
Fetch the complete documentation index at: https://docs.apex-services.site/llms.txt
Use this file to discover all available pages before exploring further.
GlobalState bag your existing robbery system already writes.
Features
- Full-screen DARKNET tablet NUI with live status indicators (green / red)
- Auto re-render on every state bag change — no polling!
- Command-driven (
/darknet) + configurable usable inventory item (tablet_robberies) - Allowed-job list (e.g.
police,lssd) - Cop-count aggregation across multi-faction state bags
- Global illegal-activity lock via
GlobalState.canDoIllegalStuff - en/de NUI localization (strings pushed from Lua to JS)
Requirements
Required
es_extended, ox_libConfiguration
config.lua
server-side from your robbery resource
Hooks
See Hooks reference / Robberies Tablet. Key hooks:Hooks.IsPoliceJob, Hooks.ShowClientNotify, Hooks.ShowHelpText.
Resource info
Code accessible:
config.lua, hooks.lua, locales/*, html/*. Approximately 500 lines of Lua + NUI. English + German.