Advertisement
Guest User

Untitled

a guest
Jan 6th, 2017
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. private ["_vehicle","_paraunit"];
  2. _vehicle = [_this,0,objNull,[objNull]] call bis_fnc_param;
  3. if (!isNull(_vehicle)) then {
  4. _paraunit = assignedcargo _vehicle;
  5. {
  6. [_vehicle,_x] call DEGA_fnc_deployStaticLine;
  7. sleep 0.8;//So units are not too far spread out when they land.
  8. } forEach _paraunit;
  9. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement