SA-MP Forums Archive
AddStaticVehicle - 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: AddStaticVehicle (/showthread.php?tid=645202)



AddStaticVehicle - Arbico - 22.11.2017

Does AddStaticVehicle makes a vehicle that doesn't respawn? If not, tell me how i make it never respawn


Re: AddStaticVehicle - ISmokezU - 22.11.2017

No.

But, CreateVehicle & AddStaticVehicleEx Does.

respawn_delay - The delay until the car is respawned without a driver in seconds. Using -1 will prevent the vehicle from respawning.


Example:

PHP код:
    CreateVehicle(5202109.17631503.045332.288782.2873, -1, -1, -1);
    
AddStaticVehicleEx (5202109.17631503.045332.288782.2873, -1, -1, -1);