Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
2,291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. comment "Remove existing items";
  2. removeAllWeapons this;
  3. removeAllItems this;
  4. removeAllAssignedItems this;
  5. removeUniform this;
  6. removeVest this;
  7. removeBackpack this;
  8. removeHeadgear this;
  9. removeGoggles this;
  10.  
  11. comment "Add containers";
  12. this forceAddUniform "police_uni1";
  13. this addVest "cg_policevest2_Fix";
  14. this addBackpack "AM_PoliceBelt";
  15. this addHeadgear "AM_PatrolHat";
  16.  
  17. comment "Add weapons";
  18.  
  19. comment "Add items";
  20. this linkItem "ItemMap";
  21. this linkItem "ItemCompass";
  22. this linkItem "ItemWatch";
  23. this linkItem "ItemGPS";
  24.  
  25. comment "Set identity";
  26. this setFace "Zee_White_Head_10";
  27. this setSpeaker "male01gre";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement