Advertisement
Broud

OSSR

Apr 29th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. comment "Exported from Arsenal by Broud";
  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 "usm_bdu_w";
  15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_EarPlugs";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  17. this addItemToUniform "ACE_MapTools";
  18. this addVest "usm_vest_pasgt_lbv_rmp";
  19. for "_i" from 1 to 6 do {this addItemToVest "ACR_A3_30Rnd_762x39_Sa58";};
  20. for "_i" from 1 to 3 do {this addItemToVest "16Rnd_9x21_Mag";};
  21. this addBackpack "B_Carryall_oli";
  22. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_morphine";};
  23. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_personalAidKit";};
  24. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  25. this addItemToBackpack "ACE_Flashlight_MX991";
  26. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_epinephrine";};
  27. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_elasticBandage";};
  28. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_quikclot";};
  29. this addHeadgear "rhsgref_helmet_pasgt_woodland";
  30. this addGoggles "TRYK_Beard_BK4";
  31.  
  32. comment "Add weapons";
  33. this addWeapon "ACR_A3_arifle_Sa58P";
  34. this addWeapon "ACR_A3_hgun_Duty";
  35. this addWeapon "ACE_Vector";
  36.  
  37. comment "Add items";
  38. this linkItem "ItemMap";
  39. this linkItem "ACE_Altimeter";
  40. this linkItem "tf_anprc152_2";
  41. this linkItem "ItemGPS";
  42.  
  43. comment "Set identity";
  44. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement