An illegal heist activity for FiveM / ESX. Players visit a fence NPC, buy a tip pointing to three possible shipping container locations (only one is real), drive out with a circular saw, cut the lock with a full grinder scene, and collect randomized loot. Built for drop-in — no database, no hardcoded resource dependencies.Documentation 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.
Features
- Fence NPC with ESX menu — buy tips for black money
- 3 blipped locations per tip — two decoys, one real container
- Grinder scene with synced animation, lock anim, sparks PTFX, drop bag
- 67 shipped container locations — plenty of replay
- Configurable loot table — accounts, items, weapons with weights
- Police alert chance on tip purchase (configurable %)
- Per-player cooldown + assignment expiry to recycle abandoned spots
- Global illegal-activity gate via
Hooks.ShouldAllowIllegalActivity - en/de localization
- Zero database footprint — server-memory cooldowns
Requirements
Required
es_extended, ox_libOptional
Dispatch resource (via
Hooks.OnPoliceAlert), quest system (via Hooks.OnQuestProgress — ContainerOeffner / ContainerJaeger)Configuration
config.lua
Hooks
See Hooks reference / Container Opening. Key hooks:Hooks.OnQuestProgress, Hooks.OnPoliceAlert, Hooks.ShouldAllowIllegalActivity, Hooks.OnAuditLog.
Resource info
Code accessible:
config.lua, hooks.lua, locales/*. Approximately 1200 lines of Lua. English + German.