Advertisement
Churchill

1111

Jul 25th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. comment "Exported from Arsenal by ThrashInc";
  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_g3_rgr";
  15. for "_i" from 1 to 3 do {this addItemToUniform "rhsusf_5Rnd_762x51_m118_special_Mag";};
  16. this addVest "V_PlateCarrierIAGL_oli";
  17. this addBackpack "B_AssaultPack_rgr_ReconExp";
  18. for "_i" from 1 to 2 do {this addItemToBackpack "MineDetector";};
  19. this addItemToBackpack "ToolKit";
  20. for "_i" from 1 to 2 do {this addItemToBackpack "ClaymoreDirectionalMine_Remote_Mag";};
  21. for "_i" from 1 to 3 do {this addItemToBackpack "APERSBoundingMine_Range_Mag";};
  22. this addItemToBackpack "DemoCharge_Remote_Mag";
  23. for "_i" from 1 to 2 do {this addItemToBackpack "SLAMDirectionalMine_Wire_Mag";};
  24. this addHeadgear "rhsusf_opscore_rg_cover_pelt";
  25. this addGoggles "rhs_googles_orange";
  26.  
  27. comment "Add weapons";
  28. this addWeapon "rhs_weap_m24sws_ghillie";
  29. this addPrimaryWeaponItem "rhsusf_acc_SpecterDR_OD";
  30.  
  31. comment "Add items";
  32. this linkItem "ItemMap";
  33. this linkItem "ItemCompass";
  34. this linkItem "ItemWatch";
  35. this linkItem "ItemRadio";
  36. this linkItem "ItemGPS";
  37. this linkItem "NVGoggles";
  38.  
  39. comment "Set identity";
  40. this setFace "WhiteHead_01";
  41. this setSpeaker "Male05ENG";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement