Advertisement
Guest User

hvt_loadout

a guest
Oct 10th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. comment "Exported from Arsenal by Pfc. Christiansen";
  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_flora_patchless_alt";
  15. this addItemToUniform "RH_20Rnd_32cal_vz61";
  16. this addVest "TRYK_Hrp_vest_od";
  17. for "_i" from 1 to 2 do {this addItemToVest "rhs_30Rnd_545x39_7N22_AK";};
  18. for "_i" from 1 to 3 do {this addItemToVest "RH_20Rnd_32cal_vz61";};
  19. this addBackpack "rhs_assault_umbts";
  20. for "_i" from 1 to 7 do {this addItemToBackpack "ACE_packingBandage";};
  21. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_morphine";};
  22. this addItemToBackpack "ACE_EarPlugs";
  23. this addItemToBackpack "ACE_Flashlight_MX991";
  24. for "_i" from 1 to 8 do {this addItemToBackpack "rhs_30Rnd_545x39_7N22_AK";};
  25. for "_i" from 1 to 6 do {this addItemToBackpack "rhs_VOG25P";};
  26. for "_i" from 1 to 6 do {this addItemToBackpack "rhs_VG40TB";};
  27. this addHeadgear "TRYK_H_PASGT_OD";
  28. this addGoggles "SFG_Tac_chinlessbO";
  29.  
  30. comment "Add weapons";
  31. this addWeapon "rhs_weap_ak74m_gp25_npz";
  32. this addPrimaryWeaponItem "rhs_acc_dtk4short";
  33. this addPrimaryWeaponItem "SMA_eotech552_3XDOWN_wdl";
  34. this addWeapon "RH_vz61";
  35. this addWeapon "rhs_pdu4";
  36.  
  37. comment "Add items";
  38. this linkItem "ItemMap";
  39. this linkItem "ItemCompass";
  40. this linkItem "ItemWatch";
  41. this linkItem "tf_fadak_1";
  42. this linkItem "ItemGPS";
  43. this linkItem "TRYK_ShemaghESSOD_NV";
  44.  
  45. comment "Set identity";
  46. this setFace "WhiteHead_05";
  47. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement