Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. null = [(_this select 1)] spawn {
  2. _Vehicle = vehicle (_this select 0);
  3. _Crew = fullCrew [_Vehicle, "cargo"];
  4. {
  5. moveOut (_x select 0);
  6. Sleep 0.5;
  7. [(_x select 0)] spawn {
  8. _Para = _this select 0;
  9. waitUntil {(getPosATL _Para select 2) <= 250};
  10. _Para addBackpack "rhs_d6_Parachute_backpack";
  11. };
  12. } forEach _Crew;
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement