SA-MP Forums Archive
keep cars from respawning - 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: keep cars from respawning (/showthread.php?tid=553673)



keep cars from respawning - (_AcE_) - 30.12.2014

How would I keep a car from respawning unless it gets exploded or sunken?


Re: keep cars from respawning - Cameltoe - 30.12.2014

https://sampwiki.blast.hk/wiki/CreateVehicle

pawn Код:
// Add a Hydra to the game with a respawn time of 60 seconds
    CreateVehicle(520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 60); // Change 60 whatever you want. -1 for infinite.