Posts: 159
Threads: 50
Joined: Apr 2009
Reputation:
0
Hello, I have a question about vehicle respawning. On My server the vehicles are respawning really fast and the players are complaining about it, is there some way to delete this respawn thing or atleast make the time of the respawn longer?
-thank You.
Posts: 159
Threads: 50
Joined: Apr 2009
Reputation:
0
umm can I ask what do I need to add in the CreateVehicle? Cause I only have the AddStaticVehicle thing, and do I have to add these lines to each car I made?
Posts: 3,488
Threads: 16
Joined: Jun 2007
Reputation:
0
There is respawn_delay parameter in CreateVehicle and AddStaticVehicleEx.
You have to use one of these instead of AddStaticVehicle.
Posts: 159
Threads: 50
Joined: Apr 2009
Reputation:
0
Ok thank you, and could someone explain me how the respawn_delay works, I mean how to type in the number of it, and if its in minutes/seconds or whatever.