Vehicles not respawning after time? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Vehicles not respawning after time? (
/showthread.php?tid=608977)
Vehicles not respawning after time? -
Kemula - 07.06.2016
Hello. I'm creating vehicles with CreateVehicle. In Respawn Time, i've set them to 300 seconds. Why don't they respawn after 5 minutes?
Thank you.
Re: Vehicles not respawning after time? -
Micko123 - 07.06.2016
Show code of create vehicle
Respuesta: Re: Vehicles not respawning after time? -
Kemula - 07.06.2016
Quote:
Originally Posted by Micko123
Show code of create vehicle
|
Код:
CreateVehicle(Veh[i][vmodel], Veh[i][vx], Veh[i][vy], Veh[i][vz], Veh[i][va], Veh[i][vcolor1], Veh[i][vcolor2], 300);
Re: Vehicles not respawning after time? -
Vince - 07.06.2016
A vehicle respawns after 300 seconds
after a player has left it. A vehicles does not respawn on its own for no reason, nor does it respawn when a player is in one.