05.05.2014, 20:02
how can i make the vehicles never respawn? (i want they will respawn after they exploded)
Set the respawn time in https://sampwiki.blast.hk/wiki/CreateVehicle to -1
|
AddStaticVehicle doesn't have a respawn delay parameter so if you want to add some vehicles when the server starts will be fine. However, if you need to create a vehicle while the server is running then you won't be able to do it with it but with CreateVehicle instead. So set it to -1 as DobbysGamertag said for those vehicles.
|