[REQUEST] /park system for cars

i want to save esx owned vehicles positions via a command like /park.
basicly it would save the vehicle position, and the vehicle wouldnt despawn, even if we logged out of the server, or the server restarted.
when we relogged back to the server it would still be there, where we parked.
help?

It seems interesting
Tell me if you found this
Thanks :smiley:

So what you probably need to do is saving the position in the database (when you log out by using the playerDropped event) and when you join you should check what vehicles where saved and spawn them (you can use the playerJoined event)

So I dont know much about it what do you mean by playerDropped and Joined? Where is it? Do we have to script it for ourselves? I dont have knowledge about scripting.