SA-MP Forums Archive
I dont know something too :D - 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: I dont know something too :D (/showthread.php?tid=129997)



I dont know something too :D - GaGlets(R) - 24.02.2010

Is it possible to make car respawn timer longer?

Blablabla CrateVehicle - but INGAME when i have used it, it repsawns at place where is its spawn..



Re: I dont know something too :D - boelie - 24.02.2010

Thats exactly what AddStaticVehicleEx does


Re: I dont know something too :D - GaGlets(R) - 24.02.2010

Quote:
Originally Posted by boelie
Thats exactly what AddStaticVehicleEx does
Any other? Just dnt want to remake all vehicles
TOO LAIZY


Re: I dont know something too :D - Correlli - 24.02.2010

CreateVehicle(modelid, Float, Float:y, Float:z, Float:angle, color1, color2, respawn_delay);
AddStaticVehicleEx(modelid, Floatpawn_x, Floatpawn_y, Floatpawn_z, Float:angle, color1, color2, respawn_delay);

Just put a bigger respawn delay.


Re: I dont know something too :D - GaGlets(R) - 24.02.2010

Quote:
Originally Posted by Don Correlli
bah forgot it TNXX :*

But for
AddStaticVehicle?


Re: I dont know something too :D - Miguel - 25.02.2010

No.


Re: I dont know something too :D - Correlli - 25.02.2010

Quote:
Originally Posted by GaGlets®
But for
AddStaticVehicle?
As you can see, AddStaticVehicle doesn't have a respawn delay parameter, that's why you have AddStaticVehicleEx.