Advertisement
Guest User

Snowy Loadout

a guest
Nov 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. comment "Exported from Arsenal by Snowy";
  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_mc";
  15. this addItemToUniform "ACE_IR_Strobe_Item";
  16. this addItemToUniform "ACE_MapTools";
  17. for "_i" from 1 to 8 do {this addItemToUniform "ACE_fieldDressing";};
  18. for "_i" from 1 to 5 do {this addItemToUniform "ACE_packingBandage";};
  19. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  20. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  21. this addItemToUniform "ACE_DefusalKit";
  22. this addItemToUniform "ACE_Flashlight_XL50";
  23. this addItemToUniform "ACE_EarPlugs";
  24. this addVest "milgp_v_marciras_medic_belt_mc";
  25. this addItemToVest "rhsusf_mag_17Rnd_9x19_FMJ";
  26. for "_i" from 1 to 3 do {this addItemToVest "rhs_mag_mk84";};
  27. for "_i" from 1 to 3 do {this addItemToVest "rhs_mag_m67";};
  28. for "_i" from 1 to 12 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_No_Tracer";};
  29. this addItemToVest "SmokeShellGreen";
  30. this addItemToVest "SmokeShellPurple";
  31. this addBackpack "milgp_b_patrol_01_khk";
  32. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_adenosine";};
  33. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_atropine";};
  34. for "_i" from 1 to 30 do {this addItemToBackpack "ACE_fieldDressing";};
  35. for "_i" from 1 to 30 do {this addItemToBackpack "ACE_elasticBandage";};
  36. for "_i" from 1 to 30 do {this addItemToBackpack "ACE_quikclot";};
  37. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_epinephrine";};
  38. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_morphine";};
  39. for "_i" from 1 to 30 do {this addItemToBackpack "ACE_packingBandage";};
  40. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_salineIV_500";};
  41. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_tourniquet";};
  42. this addItemToBackpack "milgp_h_opscore_05_goggles_khk_hexagon";
  43. this addItemToBackpack "A3_GPNVG18_BLK_TI";
  44. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_personalAidKit";};
  45. this addItemToBackpack "ACE_surgicalKit";
  46. this addHeadgear "rhs_Booniehat_ocp";
  47. this addGoggles "milgp_f_face_shield_shades_shemagh_khk";
  48.  
  49. comment "Add weapons";
  50. this addWeapon "rhs_weap_hk416d10_LMT_d_grip";
  51. this addPrimaryWeaponItem "rhsusf_acc_nt4_tan";
  52. this addPrimaryWeaponItem "rhsusf_acc_anpeq15_light_h";
  53. this addPrimaryWeaponItem "SMA_eotech552_3XDOWN_des";
  54. this addPrimaryWeaponItem "rhsusf_acc_grip1";
  55. this addWeapon "rhsusf_weap_glock17g4";
  56. this addHandgunItem "rhsusf_acc_omega9k";
  57. this addHandgunItem "acc_flashlight_pistol";
  58. this addWeapon "UK3CB_BAF_Soflam_Laserdesignator";
  59.  
  60. comment "Add items";
  61. this linkItem "ItemMap";
  62. this linkItem "ItemCompass";
  63. this linkItem "ACE_Altimeter";
  64. this linkItem "tf_anprc152_1";
  65. this linkItem "ItemGPS";
  66.  
  67. comment "Set identity";
  68. this setFace "WhiteHead_05";
  69. this setSpeaker "ace_novoice";
  70. [this,"tf316"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement