Advertisement
Guest User

Untitled

a guest
Mar 16th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. {
  2. removeHeadgear _x:
  3. removeGoggles _x;
  4. removeVest _x;
  5. removeBackpack _x;
  6. removeUniform _x;
  7. removeAllWeapons _x:
  8. removeAllAssignedItems _x;
  9. } forEach AllUnits;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement