Author Topic: Vehicle Unrespawn  (Read 678 times)

Is there a way to make a vehicle so it doesn't respawn once it blows up? Is there a way to make it respawn next minigame?

Yes. I'm not sure which events you'll need or exactly how to use them, but it is possible.

After you figure out how to make it not respawn, add the event OnMinigameReset > Self > RespawnVehicle, for the second part.

Yes. I'm not sure which events you'll need or exactly how to use them, but it is possible.

After you figure out how to make it not respawn, add the event OnMinigameReset > Self > RespawnVehicle, for the second part.
Oh, whoops, that won't work. I'll post back with the events.

For the vehicle to stop respawning:

OnVehicleDeath > Self > SetVehicle > None

You will need vehicle events

I'm not sure if there are any events that check for a reset minigame.

I'm not sure if there are any events that check for a reset minigame.
http://forum.blockland.us/index.php?topic=86364.0

And there they are

So your complete set of events will look like this:
Code: [Select]
OnVehicleDeath > Self > SetVehicle > None
OnMinigameReset > Self > SetVehicle > Something

Uhmm... in the minigame menu, just change the vehicle respawn time to 0. That way it will never respawn once blown up. It will only respawn when the minigame resets...

Uhmm... in the minigame menu, just change the vehicle respawn time to 0. That way it will never respawn once blown up. It will only respawn when the minigame resets...
That would affect all of the vehicles.

Thx Doom. And i do want it to affect all vehicles but thx anyway.

Say /clearvehicles in chat as an admin.
Or say /clearbots for vehicles that don't disappear such as the horse and boat.