Advertisement
Guest User

SNIPER WD

a guest
Dec 13th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. comment "Exported from Arsenal by Rentaro "Hunter" Satomi";
  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_FROG01_wd";
  15. for "_i" from 1 to 10 do {this addItemToUniform "ACE_elasticBandage";};
  16. for "_i" from 1 to 5 do {this addItemToUniform "ACE_quikclot";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  18. for "_i" from 1 to 2 do {this addItemToUniform "ACE_EarPlugs";};
  19. for "_i" from 1 to 4 do {this addItemToUniform "ACE_epinephrine";};
  20. this addItemToUniform "ItemcTabHCam";
  21. this addItemToUniform "ACE_Flashlight_XL50";
  22. this addItemToUniform "ACE_MapTools";
  23. this addItemToUniform "ACE_IR_Strobe_Item";
  24. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  25. for "_i" from 1 to 7 do {this addItemToUniform "ACE_packingBandage";};
  26. this addVest "rhsusf_mbav_mg";
  27. for "_i" from 1 to 10 do {this addItemToVest "ACE_elasticBandage";};
  28. for "_i" from 1 to 10 do {this addItemToVest "ACE_packingBandage";};
  29. for "_i" from 1 to 2 do {this addItemToVest "immersion_cigs_cigar0";};
  30. this addItemToVest "BW_Facepaint";
  31. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_m67";};
  32. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_mk84";};
  33. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_an_m8hc";};
  34. for "_i" from 1 to 2 do {this addItemToVest "rhsusf_mag_15Rnd_9x19_FMJ";};
  35. for "_i" from 1 to 2 do {this addItemToVest "murshun_cigs_cigpack";};
  36. for "_i" from 1 to 6 do {this addItemToVest "murshun_cigs_matches";};
  37. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855_PMAG";};
  38. for "_i" from 1 to 3 do {this addItemToVest "SPS_AI_AXMC_338_300gr_HPBT_Mag";};
  39. this addBackpack "UK3CB_BAF_B_Kitbag_TAN";
  40. this addItemToBackpack "ACE_EntrenchingTool";
  41. for "_i" from 1 to 5 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_M855_PMAG";};
  42. for "_i" from 1 to 3 do {this addItemToBackpack "SPS_AI_AXMC_338_300gr_HPBT_Mag";};
  43. this addItemToBackpack "SPS_AI_AXMC_338_API526_Mag";
  44. this addHeadgear "VSM_OGA_OD_Helmet2";
  45. this addGoggles "rhs_googles_black";
  46.  
  47. comment "Add weapons";
  48. this addWeapon "SPS_AI_AXMC338_27_B_F";
  49. this addPrimaryWeaponItem "muzzle_snds_SPS_AI_B_H";
  50. this addPrimaryWeaponItem "acc_pointer_IR";
  51. this addPrimaryWeaponItem "optic_LRPS";
  52. this addWeapon "rhsusf_weap_m9";
  53. this addWeapon "ACE_Vector";
  54.  
  55. comment "Add items";
  56. this linkItem "ItemMap";
  57. this linkItem "ItemCompass";
  58. this linkItem "ItemWatch";
  59. this linkItem "TFAR_anprc152";
  60. this linkItem "ItemAndroid";
  61. this linkItem "A3_GPNVG18_REC_F";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement