Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. comment "Exported from Arsenal by Asst Com. ZrMz_x";
  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_I_CombatUniform";
  15. for "_i" from 1 to 10 do {this addItemToUniform "6Rnd_45ACP_Cylinder";};
  16. this addVest "V_PlateCarrierSpec_blk";
  17. for "_i" from 1 to 6 do {this addItemToVest "5Rnd_127x108_Mag";};
  18. this addItemToVest "6Rnd_45ACP_Cylinder";
  19. this addBackpack "B_Carryall_oli";
  20. for "_i" from 1 to 20 do {this addItemToBackpack "5Rnd_127x108_APDS_Mag";};
  21. this addHeadgear "H_CrewHelmetHeli_B";
  22. this addGoggles "G_Bandanna_beast";
  23.  
  24. comment "Add weapons";
  25. this addWeapon "srifle_GM6_F";
  26. this addPrimaryWeaponItem "optic_MRCO";
  27. this addWeapon "hgun_Pistol_heavy_02_F";
  28. this addWeapon "Rangefinder";
  29.  
  30. comment "Add items";
  31. this linkItem "ItemMap";
  32. this linkItem "ItemCompass";
  33. this linkItem "ItemWatch";
  34. this linkItem "ItemRadio";
  35. this linkItem "ItemGPS";
  36. this linkItem "NVGoggles_OPFOR";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement