Author Topic: An event to despawn vehicles that do not have a driver  (Read 588 times)

Racing is fun. Know what isnt fun? Having a bunch of empty vehicles at your raceway's spawn. Is this possible with events?


You could just give the vehicle a certain time to get off the starting line, and then (using zone events) you could figure out which ones are still there and do setVehicle NONE.

You could just give the vehicle a certain time to get off the starting line, and then (using zone events) you could figure out which ones are still there and do setVehicle NONE.
Hm! Yeah, this is a good idea. I'll give it a try.

Do you think you can post what events those would be? I have trouble with events...
« Last Edit: July 06, 2012, 11:27:24 AM by Megaguy2 »

You could also have the vehicles drop down to their final positions from a closable shelf. After the race has started, recover all vehicles and the ones without drivers will sit on top of the (now-closed) trapdoor-esque plate

If you can't get the new event, then have a button that drops every vehicle in the spawn area under the ground.  Rendering only for vehicle spawns, if at all.

Recover vehicle should be an event, godamn. Also, how hard would a "ifvehicleempty" be to code?

Recover vehicle should be an event, godamn. Also, how hard would a "ifvehicleempty" be to code?

Um, it is an event...