Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. comment "Exported from Arsenal by Ondra4545";
  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_cu_ocp";
  15. for "_i" from 1 to 3 do {this addItemToUniform "rhsusf_mag_15Rnd_9x19_JHP";};
  16. this addItemToUniform "rhs_m136_mag";
  17. this addVest "rhsusf_iotv_ocp_Rifleman";
  18. this addItemToVest "FirstAidKit";
  19. for "_i" from 1 to 7 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855_Stanag";};
  20. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  21. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_an_m8hc";};
  22. this addItemToVest "rhs_mag_m18_green";
  23. this addItemToVest "rhs_mag_m18_red";
  24. this addBackpack "rhsusf_assault_eagleaiii_ocp";
  25. this addHeadgear "rhsusf_ach_helmet_ocp";
  26.  
  27. comment "Add weapons";
  28. this addWeapon "rhs_weap_m4_carryhandle";
  29. this addWeapon "rhs_weap_M136";
  30. this addWeapon "rhsusf_weap_m9";
  31. this addWeapon "Binocular";
  32.  
  33. comment "Add items";
  34. this linkItem "ItemMap";
  35. this linkItem "ItemCompass";
  36. this linkItem "TFAR_microdagr";
  37. this linkItem "TFAR_anprc152";
  38.  
  39. comment "Set identity";
  40. this setFace "asczHead_taurus_A3";
  41. this setSpeaker "male04eng";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement