AddStaticVehicle
#1

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

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); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)