Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. comment "Exported from Arsenal by Pyro";
  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 "rhs_uniform_m88_patchless";
  15. this addItemToUniform "FirstAidKit";
  16. this addItemToUniform "hlc_30Rnd_762x39_b_ak";
  17. this addVest "rhsgref_6b23_khaki_sniper";
  18. for "_i" from 1 to 2 do {this addItemToVest "hlc_30Rnd_762x39_b_ak";};
  19. this addHeadgear "rhs_ssh68";
  20. this addGoggles "rhs_scarf";
  21.  
  22. comment "Add weapons";
  23. this addWeapon "hlc_rifle_rpk";
  24. this addWeapon "hgun_Rook40_F";
  25.  
  26. comment "Add items";
  27. this linkItem "ItemMap";
  28. this linkItem "ItemCompass";
  29. this linkItem "ItemWatch";
  30. this linkItem "ItemRadio";
  31.  
  32. comment "Set identity";
  33. this setFace "PersianHead_A3_02";
  34. this setSpeaker "male02per";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement