Jump to content
Sign in to follow this  
jaoboifurroi132

Unit Capture/Play?

Recommended Posts

how do u make it so that everyone on the helicopter is automatically kicked out of the helicopter when im in a helicopter that i used for unit play?

Share this post


Link to post
Share on other sites

you could add a trigger near the LZ of the heli, name the heli and in condition of trigger use:

(getPos heliname select 2) < 1

on act of trigger:

{if (_x != (driver heliname)) then {unassignVehicle _x; _x action ["eject", vehicle _x];}} foreach crew heliname;

this will unassign and kick out all units in heli wich is not the pilot when heli is below 1 meter inside the trigger.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×