Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.62 KB | None | 0 0
  1.  
  2. comment "Exported from Arsenal by CPL. GlazedShades";
  3.  
  4. comment "[!] UNIT MUST BE LOCAL [!]";
  5. if (!local this) exitWith {};
  6.  
  7. comment "Remove existing items";
  8. removeAllWeapons this;
  9. removeAllItems this;
  10. removeAllAssignedItems this;
  11. removeUniform this;
  12. removeVest this;
  13. removeBackpack this;
  14. removeHeadgear this;
  15. removeGoggles this;
  16.  
  17. comment "Add containers";
  18. this forceAddUniform "U_C_Poor_shorts_1";
  19.  
  20. comment "Add weapons";
  21.  
  22. comment "Add items";
  23. this linkItem "ItemMap";
  24. this linkItem "ItemCompass";
  25. this linkItem "ItemWatch";
  26.  
  27. comment "Set identity";
  28. [this,"WhiteHead_17","male02gre"] call BIS_fnc_setIdentity;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement