Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. comment "Exported from Arsenal by Lucas McLaughlin";
  2.  
  3. comment "Remove existing items";
  4. removeAllWeapons this;
  5. removeAllItems this;
  6. removeAllAssignedItems this;
  7. removeUniform this;
  8. removeVest this;
  9. removeBackpack this;
  10. removeHeadgear this;
  11. removeGoggles this;
  12.  
  13. comment "Add containers";
  14. this forceAddUniform "PAT_suit2";
  15. this addItemToUniform "FirstAidKit";
  16. this addVest "S_VHO_OV_COP_2";
  17. this addBackpack "invisible_viperharness";
  18. this addHeadgear "police_furag";
  19.  
  20. comment "Add weapons";
  21.  
  22. comment "Add items";
  23. this linkItem "ItemMap";
  24. this linkItem "ItemCompass";
  25. this linkItem "Itemwatch";
  26. this linkItem "cg_tabletd_1";
  27. this linkItem "ItemGPS";
  28.  
  29. comment "Set identity";
  30. this setFace "Moreau_beard";
  31. this setSpeaker "male01gre";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement