SA-MP Forums Archive
Skimmer wont listen to spawn delay - 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: Skimmer wont listen to spawn delay (/showthread.php?tid=275743)



Skimmer wont listen to spawn delay - rt-2 - 10.08.2011

Changed the name of the post to give you better idea of the main problem:
Quote:
Originally Posted by blinkpnk
View Post
Hi,
Short introduction
-Experiencing problem with car respawn delay
-All cars are standardised in my server
-I spawn all cars from my db in GameModeInit

*Using AddStaticVehicleEx with spawn_delay at -1 on every cars
Seems to work pretty good except for a Skimmer(460) that respawn after less then 10 sec...(only occasion found and there's just one skimmer in my server)

*Using AddStaticVehicle (I guess it uses default vehicles respawn delays)
After fast overall look, normal vehicle seem not to respawn fast, but skimmer keeps the same problem and trailer are respawning too...

I'd want a way to make all my vehicle never respawn to be able to handle it all...

Excuse bad spelling please I'm from Quebec.

Thanks for replies



Re: Skimmer wont listen to spawn delay - Zonoya - 10.08.2011

Simple just take my car for exaple CreateVehicle(411, Pos x, Pos y, Pos z, rotation, col 1, col 2, RESPAWN DELAY);
thats the only way to do it by using CreateVehicle i belive


Re: Skimmer wont listen to spawn delay - rt-2 - 16.11.2011

Bump
The question is not how to change the spawn delay,, it is, how to make the skimmer listen to it...