Common Issues

Below you can find a list of known issues that you may encounter when using the heist and how you can resolve them.

Engine Lockpicking/Hotwiring

To disable hotwiring using lockpicks, searching for keys, etc on the dealership vehicle (so it's hotwired the correct way for the heist), you can add a listener with the vehicle entity by adding a check for this like below.

if Entity(vehicleHandler).state.ffDealerTrackers then
    return -- you can add a notify call here to inform the player
end

Door Locks

If you use door locks on the MLO for the heist you will need to remove them, as the resource uses it's own logic for handling locking the doors and the exterior gate.

Last updated