Koja Scripts
Heists

Gabz Mapdata Compatibility

To ensure the heist functions correctly and to prevent "double-spawning" or glitched objects, you must modify the Gabz map resource.

Gabz Mapdata Compatibility

⚠️ IMPORTANT: Gabz Map Fix

To prevent overlapping trolleys, you must edit a specific file in your map resource:

  • Navigate to: cfx-gabz-mapdata/gabz_entityset_mods1.lua.
  • Find the section related to Paleto Bank (gabz_paletobankmilo).
  • Delete or comment out the following lines so the heist script can manage the vault entities independently:
-- {
--     ipl = 'gabz_paletobankmilo',
--     coords = { x = -106.037, y = 6467.548, z = 32.169 },
--     entitySets = {
--         { name = 'palbank_vault_trolleys', enable = true }, -- gold and cash trolleys
--     }
-- },

Failure to do this will result in bugged trolleys that may be impossible to interact with or loot.

  • Changing Language — Explanation of the locale configuration in the script
  • Required Police To Start Heist — Required number of police officers to start a robbery
  • General Settings — This section covers the core behavior of the script, including police requirements, cooldowns, and interaction methods.
  • Rewards System — The loot is distributed via trolleys located inside the vault. The script distinguishes between two types of rewards.
  • Configuration — back to the section overview