Author Topic: Is there a way to let vehicles respawn after 'X' amount of time?  (Read 1483 times)

After the vehicle exploded, is there a way to let it respawn after example 30 seconds?

If you're using a minigame, just set the vehicle respawn time.

If you're using a minigame, just set the vehicle respawn time.
Thats a way, but I want specific vehicles have specific time, (like a plane would take longer to spawn then a jeep.)


Default events directly on vehicle spawn (worth a try though)

  • Onblownup - self - setvehicle - NONE
  • [30000] Onblownup - self - setvehicle - (any vehicle)
    ^ 30 secs

    Vehicle events (idk if there is this event,
[Onvehicleblownup] but it is 100% guaranteed success)
basically the same, but the starting event is different

  • Onvehicleblownup - self - setvehicle - NONE
  • [30000] Onvehicleblownup - self - setvehicle - (any vehicle)
    Hope this helps.
       






Default events directly on vehicle spawn (worth a try though)

[0] Onblownup - self - setvehicle - NONE
[30000] Onblownup - self - setvehicle - (any vehicle)
^ 30 secs

Vehicle events (idk if there is this event, [Onvehicleblownup] but it is 100% guaranteed success)
basically the same, but the starting event is different

[0] Onvehicleblownup - self - setvehicle - NONE
[30000] Onvehicleblownup - self - setvehicle - (any vehicle)
Hope this helps.
Fixed.

Using the OnBlowUp event is for the brick itself, not a vehicle. And that should be the proper event in the Vehicle Events.


[Delay:(seconds)*1000]OnVehicleDeath>Self>RespawnVehicle
so for instance if you wanted it to respawn 10 seconds after it explodes you'd do,
[10000]OnVehicleDeath>Self>RespawnVehicle
and those events would be in the vehicle spawner.

and those events would be in the vehicle spawner.
That wont work, after it explodes it'll spawn, then in 10 seconds it will respawn.

OnVehicleDeath > Self > SetVehicle [ NONE ]
(x ms) OnVehicleDeath > Self > SetVehicle [ VehicleType ]
?

do you even vehicle events

onVehicleDeath > Vehicle > respawn (Delay 30000 - thirty thousand milliseconds, or 30 seconds)



RTB's dead.
His original link was from an rtb archive, so what's your point?