Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. if ((getpos _unit select 2) <= 1) then
  2. {_unit allowdamage true;
  3. {_x allowdamage false} foreach (crew _unit);
  4. sleep 0.1;
  5. {_x action ["Eject", vehicle _unit];} foreach (crew _unit);
  6. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement