Advertisement
Trauma_au

Untitled

Jan 23rd, 2017
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. comment "Exported from Arsenal by Trauma";
  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_blk";
  15. for "_i" from 1 to 2 do {this addItemToUniform "FirstAidKit";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "rhsusf_mag_17Rnd_9x19_FMJ";};
  17. this addItemToUniform "rhs_m72a7_mag";
  18. this addVest "V_PlateCarrier1_blk";
  19. this addItemToVest "rhs_mag_an_m14_th3";
  20. for "_i" from 1 to 3 do {this addItemToVest "rhs_mag_m67";};
  21. this addItemToVest "rhs_mag_an_m8hc";
  22. for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_No_Tracer";};
  23. this addHeadgear "rhsusf_opscore_bk_pelt";
  24. this addGoggles "G_Balaclava_TI_G_blk_F";
  25.  
  26. comment "Add weapons";
  27. this addWeapon "rhs_weap_m4a1_blockII_grip2_bk";
  28. this addPrimaryWeaponItem "rhsusf_acc_rotex5_grey";
  29. this addPrimaryWeaponItem "rhsusf_acc_eotech_xps3";
  30. this addPrimaryWeaponItem "rhsusf_acc_grip2";
  31. this addWeapon "rhs_weap_m72a7";
  32. this addWeapon "rhsusf_weap_glock17g4";
  33. this addHandgunItem "rhsusf_acc_omega9k";
  34. this addWeapon "Binocular";
  35.  
  36. comment "Add items";
  37. this linkItem "ItemMap";
  38. this linkItem "ItemCompass";
  39. this linkItem "ItemWatch";
  40. this linkItem "ItemRadio";
  41. this linkItem "ItemGPS";
  42. this linkItem "rhsusf_ANPVS_15";
  43.  
  44. comment "Set identity";
  45. this setFace "WhiteHead_20";
  46. this setSpeaker "Male11ENG";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement