> For the complete documentation index, see [llms.txt](https://fiveforge-studios.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fiveforge-studios.gitbook.io/docs/paid-resources/copy-of-dealership-heist/common-issues.md).

# Common Issues

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

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