Posts: 600
Threads: 99
Joined: Apr 2008
Reputation:
0
Ok, in my server everycar that is added is a AddStaticVehicle, Now for some reason my cars seem to respawn after so long, I haven't coded anything to make them respawn, What could be causing this?
Posts: 2,628
Threads: 32
Joined: Apr 2007
Reputation:
0
AddStaticVehicle causes the vehicle to respawn after some time, no matter what. (I believe it's after 5 or 10 minutes.)
I think by using AddStaticVehicleEx and putting "-1" as respawn_delay, the cars will never respawn (correct me if I'm wrong.)