Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. comment "Exported from Arsenal by [75th]texno";
  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 "TRYK_U_B_3CD_Delta_BDU";
  15. this addItemToUniform "ACE_SpraypaintBlack";
  16. for "_i" from 1 to 4 do {this addItemToUniform "ACE_quikclot";};
  17. for "_i" from 1 to 3 do {this addItemToUniform "ACE_elasticBandage";};
  18. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  19. this addItemToUniform "ACE_epinephrine";
  20. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  21. this addItemToUniform "ACE_MapTools";
  22. this addItemToUniform "ACE_DefusalKit";
  23. this addItemToUniform "ACE_Flashlight_XL50";
  24. this addVest "TRYK_V_ArmorVest_Delta";
  25. this addItemToVest "rhsusf_acc_nt4_black";
  26. this addItemToVest "ACE_surgicalKit";
  27. for "_i" from 1 to 2 do {this addItemToVest "RH_7Rnd_45cal_m1911";};
  28. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_m18_yellow";};
  29. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_m67";};
  30. this addItemToVest "rhs_mag_30Rnd_556x45_M855_Stanag_Tracer_Red";
  31. for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855_Stanag";};
  32. this addBackpack "tf_rt1523g_big_bwmod";
  33. for "_i" from 1 to 6 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_M855_Stanag";};
  34. this addHeadgear "TRYK_H_PASGT_BLK";
  35. this addGoggles "rhs_ess_black";
  36.  
  37. comment "Add weapons";
  38. this addWeapon "RH_M16A2";
  39. this addPrimaryWeaponItem "rhsusf_acc_SFMB556";
  40. this addPrimaryWeaponItem "tu_colt_scope";
  41. this addWeapon "RH_m1911";
  42.  
  43. comment "Add items";
  44. this linkItem "ItemMap";
  45. this linkItem "ItemCompass";
  46. this linkItem "ItemWatch";
  47. this linkItem "ItemRadio";
  48. this linkItem "ItemGPS";
  49. this linkItem "ACE_NVG_Gen1";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement