Extremely simple question - 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: Extremely simple question (
/showthread.php?tid=360934)
Extremely simple question -
Rabbayazza - 19.07.2012
pawn Код:
AddStaticVehicleEx(modelid, Float:spawn_x, Float:spawn_y, Float:spawn_z, Float:angle, color1, color2, respawn_delay)
What do I set the respawn delay to so it doesn't respawn?
Re: Extremely simple question -
Matz - 19.07.2012
Do it 9999999.
Re: Extremely simple question -
newbienoob - 19.07.2012
Quote:
|
Originally Posted by wiki
respawn_delay | The delay until the car is respawned without a driver, in seconds.
|
Read that.
Re: Extremely simple question -
Rabbayazza - 19.07.2012
I did, but is there a certain number that makes it not respawn?
Re: Extremely simple question -
Matz - 19.07.2012
Quote:
Originally Posted by newbienoob
Read that.
|
Who can keep their server online for 115 days.
Re: Extremely simple question -
newbienoob - 19.07.2012
Vehicles won't respawn if you put -1
Re: Extremely simple question -
Rabbayazza - 19.07.2012
Thank you.