Advertisement
NoBody0100

Untitled

Feb 8th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. comment "Exported from Arsenal by NoBody";
  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 "U_B_HeliPilotCoveralls";
  15. this addItemToUniform "ACE_MapTools";
  16. this addItemToUniform "ACE_morphine";
  17. this addItemToUniform "ACE_tourniquet";
  18. this addItemToUniform "ACE_EarPlugs";
  19. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  20. for "_i" from 1 to 3 do {this addItemToUniform "ACE_packingBandage";};
  21. for "_i" from 1 to 3 do {this addItemToUniform "ACE_elasticBandage";};
  22. for "_i" from 1 to 3 do {this addItemToUniform "ACE_quikclot";};
  23. this addItemToUniform "ACE_Flashlight_XL50";
  24. this addItemToUniform "ACE_microDAGR";
  25. this addItemToUniform "ACE_IR_Strobe_Item";
  26. this addItemToUniform "CUP_30Rnd_9x19_MP5";
  27. this addVest "CUP_V_B_PilotVest";
  28. this addItemToVest "ItemcTabHCam";
  29. for "_i" from 1 to 5 do {this addItemToVest "SmokeShellRed";};
  30. for "_i" from 1 to 5 do {this addItemToVest "SmokeShellGreen";};
  31. for "_i" from 1 to 3 do {this addItemToVest "CUP_30Rnd_9x19_MP5";};
  32. this addBackpack "tf_rt1523g_rhs";
  33. this addItemToBackpack "H_PilotHelmetHeli_B";
  34. this addItemToBackpack "CUP_NVG_PVS7";
  35. this addItemToBackpack "CUP_30Rnd_9x19_MP5";
  36. this addHeadgear "H_Beret_02";
  37. this addGoggles "CUP_FR_NeckScarf2";
  38.  
  39. comment "Add weapons";
  40. this addWeapon "CUP_smg_MP5SD6";
  41. this addWeapon "Binocular";
  42.  
  43. comment "Add items";
  44. this linkItem "ItemMap";
  45. this linkItem "ItemCompass";
  46. this linkItem "tf_microdagr";
  47. this linkItem "tf_anprc152_3";
  48. this linkItem "ItemcTab";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement