Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. comment "Exported from Arsenal by Jango Fett";
  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 "U_O_GhillieSuit";
  15. this addVest "von_vests_config_t";
  16. this addHeadgear "H_HelmetO_ViperSP_hex_F";
  17.  
  18.  
  19. comment "Add items";
  20. this linkItem "ItemMap";
  21. this linkItem "ItemCompass";
  22. this linkItem "tf_microdagr";
  23. this linkItem "tf_anprc152_4";
  24.  
  25. comment "Set identity";
  26. this setFace "WhiteHead_17";
  27. this setSpeaker "male01gre";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement