Advertisement
Guest User

Marks

a guest
Feb 12th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. comment "Exported from Arsenal by CPT Brown";
  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 "75th_OCP";
  15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  16. this addItemToUniform "ItemcTabHCam";
  17. for "_i" from 1 to 10 do {this addItemToUniform "ACE_packingBandage";};
  18. for "_i" from 1 to 10 do {this addItemToUniform "ACE_elasticBandage";};
  19. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  20. for "_i" from 1 to 2 do {this addItemToUniform "ACE_epinephrine";};
  21. for "_i" from 1 to 10 do {this addItemToUniform "ACE_quikclot";};
  22. this addItemToUniform "ACE_Flashlight_MX991";
  23. this addItemToUniform "ACE_EarPlugs";
  24. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  25. for "_i" from 1 to 2 do {this addItemToUniform "Chemlight_red";};
  26. this addItemToUniform "ACE_M84";
  27. for "_i" from 1 to 2 do {this addItemToUniform "75th_ir_grenade";};
  28. this addItemToUniform "75th_frag_grenade";
  29. for "_i" from 1 to 4 do {this addItemToUniform "75th_smoke_grenade_white";};
  30. this addItemToUniform "75th_smoke_grenade_green";
  31. for "_i" from 1 to 3 do {this addItemToUniform "CUP_17Rnd_9x19_glock17";};
  32. this addVest "AV_PlateCarrier2_OCP";
  33. for "_i" from 1 to 3 do {this addItemToVest "75th_20rnd_762x51_B_M110";};
  34. for "_i" from 1 to 2 do {this addItemToVest "75th_20Rnd_TE1_Red_Tracer_762x51_M110";};
  35. this addBackpack "TRYK_B_Belt_CYT";
  36. this addItemToBackpack "ACE_Clacker";
  37. for "_i" from 1 to 2 do {this addItemToBackpack "DemoCharge_Remote_Mag";};
  38. this addHeadgear "H_SOC_MARITIME_75";
  39. this addGoggles "PU_shemagh_TanCLR";
  40.  
  41. comment "Add weapons";
  42. this addWeapon "CUP_srifle_M110";
  43. this addPrimaryWeaponItem "CUP_muzzle_snds_M110";
  44. this addPrimaryWeaponItem "SMA_ANPEQ15_TAN";
  45. this addPrimaryWeaponItem "CUP_optic_AN_PVS_10";
  46. this addPrimaryWeaponItem "CUP_bipod_VLTOR_Modpod";
  47. this addWeapon "CUP_hgun_Glock17";
  48. this addWeapon "CUP_LRTV";
  49.  
  50. comment "Add items";
  51. this linkItem "ItemMap";
  52. this linkItem "ItemCompass";
  53. this linkItem "ACE_Altimeter";
  54. this linkItem "tf_anprc152_1";
  55. this linkItem "ItemMicroDAGR";
  56. this linkItem "Nato_NVG";
  57.  
  58. comment "Set identity";
  59. this setFace "WhiteHead_20";
  60. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement