Esx eden garage reset automaticly

So here is the issue I have right now. Someone pulled there car out of this garage and when they did and left it on the street now it says the own a car and we can’t find it anywhere but in the DB. Dose this garage have like a reset that after a set time the car shows back up?
Is there away to right it if the server restarts the car gose in thee garage or can you add like a impound lot to the garage where they can go get there car for a set fee if the car gose missing? What dose everyone else do when this happens and can you please share?

Moved to #development:scripting post in the right category next time please.

1 Like

This is actually very easy to do. The reason you can’t find the car anywhere, is because it’s been deleted. It will still exist however in the database. So it’s easy to move all unparked vehicles to parking or impound on server restart. I built new vehicleshop/garage/impound system and still working on expanding it. This is one of the features included.
However. When a player looses connection while driving a car, the car probably will get deleted, and the player will not be able to retrieve it until server restart, or help from the devs or admins (whoever has knowledge of and access to the database).
The only way (i think) to fix that last part, is to edit the “onPlayerDropped” event, or override it somehow