# 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:

```lua
-- {
--     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.

## Related pages

- [Changing Language](/heists/paleto-heist/configuration/changing-language) — Explanation of the locale configuration in the script
- [Required Police To Start Heist](/heists/paleto-heist/configuration/required-police-to-start-heist) — Required number of police officers to start a robbery
- [General Settings](/heists/paleto-heist/configuration/general-settings) — This section covers the core behavior of the script, including police requirements, cooldowns, and interaction methods.
- [Rewards System](/heists/paleto-heist/configuration/rewards-system) — The loot is distributed via trolleys located inside the vault. The script distinguishes between two types of rewards.
- [Configuration](/heists/paleto-heist/configuration) — back to the section overview
