cars never respawn
#1

how can i make the vehicles never respawn? (i want they will respawn after they exploded)
Reply
#2

Set the respawn time in https://sampwiki.blast.hk/wiki/CreateVehicle to -1
Reply
#3

Quote:
Originally Posted by DobbysGamertag
Посмотреть сообщение
Set the respawn time in https://sampwiki.blast.hk/wiki/CreateVehicle to -1
but i can't just stop the respawn with addstaticvehicle?
Reply
#4

Quote:
Originally Posted by Lirbo
Посмотреть сообщение
but i can't just stop the respawn with addstaticvehicle?
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.
Reply
#5

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
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.
ok... btw how can i turn the engine off/on in vehicle? can u send me link to samp wiki?
Reply
#6

https://sampwiki.blast.hk/wiki/SetVehicleParamsEx
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)