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