I'm looking for a script that the vehicles stop when you leave the server

I’m looking for a script that the vehicles stop when you leave the server

where’s the script? :joy:

Sry :rofl:

You want a script that all the vehicles stop moving when you disconnect?

A few questions.
What exactly do you want?
If you disconnected you want all the vehicle positions to remain regardless of other players?
Are you aware that if there are no players, there are no vehicles to stop?

Its like the old saying, if a tree falls in the woods, and no one is around to hear it, does it make a noise?
The answer is yes, but what is around to hear it make that noise? So how can we confirm the noise occoured?

With a printout server sided.

RegisterServerEvent("testEvent")
AddEventHandler("testEvent", function()
    print("Holy Shit a Tree just Fell!!!")
end)

Sorry i felt like the joke should be made.

3 Likes