Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. comment "Exported from Arsenal by Trauma";
  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_cu_ucp";
  15. for "_i" from 1 to 2 do {this addItemToUniform "FirstAidKit";};
  16. this addVest "rhsusf_iotv_ucp_Rifleman";
  17. for "_i" from 1 to 9 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk318_Stanag";};
  18. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_m67";};
  19. this addItemToVest "rhs_mag_m18_red";
  20. this addItemToVest "rhs_mag_m18_green";
  21. this addHeadgear "rhsusf_ach_helmet_ucp";
  22.  
  23. comment "Add weapons";
  24. this addWeapon "rhs_weap_m16a4_carryhandle";
  25. this addWeapon "Binocular";
  26.  
  27. comment "Add items";
  28. this linkItem "ItemMap";
  29. this linkItem "ItemCompass";
  30. this linkItem "ItemWatch";
  31. this linkItem "ItemRadio";
  32. this linkItem "ItemGPS";
  33.  
  34. comment "Set identity";
  35. this setFace "WhiteHead_20";
  36. this setSpeaker "Male11ENG";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement