Vehicles do not give respawm - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Vehicles do not give respawm (
/showthread.php?tid=88074)
Vehicles do not give respawm -
texugo - 24.07.2009
Hi all. I have a problem and I need help, my vehicles do not give respawn. Already I tried CreateVehicle and AddStaticVehicleEx the vehicles do not give respawn see the form as I place:
AddStaticVehicleEx(532,-1169.0393,-1062.9961,130.1862,7.0070,1,1,120000);
"AddStaticVehicleEx" is to if not to exist driver the vehicle respawn in the respawn_delay in this case 2 minutes.
// ------------------------------- //
CreateVehicle(532,-1169.0393,-1062.9961,130.1862,7.0070,1,1,120000);
"CreateVehicle" is to when the vehicle "death" he respawn in the respawn_delay. In this code the vehicle never give respawn.
In this 2 cases the vehicle continue static...
It was not to get respawn? Thanks
Re: Vehicles do not give respawm -
Joe Staff - 24.07.2009
What are you trying to achieve? How long it takes for a vehicle to spawn after having been destroyed? Or how long it takes for a vehicle to spawn if it's left alone for too long?
Re: Vehicles do not give respawm -
texugo - 24.07.2009
I am looking for the vehicle respawn when 2 minutes alone.
Re: Vehicles do not give respawm -
texugo - 24.07.2009
My goal is that if the vehicle has changed the place. He will return to spawn in place in 2 minutes