🏠Gabz Mapdata Compatibility
To ensure the heist functions correctly and to prevent "double-spawning" or glitched objects, you must modify the Gabz map resource.
Last updated
To ensure the heist functions correctly and to prevent "double-spawning" or glitched objects, you must modify the Gabz map resource.
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.
Last updated