Skip to main content

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.

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.

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_lib

Optional

Dispatch resource (via Hooks.OnPoliceAlert), quest system (via Hooks.OnQuestProgressContainerOeffner / ContainerJaeger)

Configuration

config.lua
Config.Fence.coords            = vector4(-458.71, -2274.55, 8.52, 276.09)
Config.TippPrice               = 5000
Config.PaymentAccount          = 'black_money'
Config.CooldownSeconds         = 600
Config.AssignmentExpirySeconds = 1800
Config.TotalBlips              = 3
Config.SawItemName             = 'kreissaege'
Config.PoliceAlertChance       = 20
Config.LootRolls               = { min = 2, max = 4 }
67 pre-configured container locations ship out of the box.

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.