Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
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 Sgt.Aziz";
  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_FullGhillie_ard";
  15. this addItemToUniform "ACE_morphine";
  16. this addItemToUniform "ACE_RangeCard";
  17. this addItemToUniform "ACE_IR_Strobe_Item";
  18. for "_i" from 1 to 7 do {this addItemToUniform "ACE_fieldDressing";};
  19. for "_i" from 1 to 7 do {this addItemToUniform "30Rnd_45ACP_Mag_SMG_01";};
  20. this addVest "V_Chestrig_rgr";
  21. this addItemToVest "MineDetector";
  22. this addItemToVest "ACE_microDAGR";
  23. this addItemToVest "ACE_ATragMX";
  24. this addItemToVest "ACE_Kestrel4500";
  25. for "_i" from 1 to 4 do {this addItemToVest "ACE_fieldDressing";};
  26. this addItemToVest "ACE_DefusalKit";
  27. this addItemToVest "ACE_EarPlugs";
  28. this addItemToVest "B_IR_Grenade";
  29. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  30. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  31. for "_i" from 1 to 3 do {this addItemToVest "Chemlight_green";};
  32. for "_i" from 1 to 3 do {this addItemToVest "RH_15Rnd_9x19_M9";};
  33. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellBlue";};
  34. this addItemToVest "rhs_mag_mk84";
  35. for "_i" from 1 to 2 do {this addItemToVest "ACE_HandFlare_White";};
  36. this addBackpack "tf_anprc155_coyote";
  37. this addItemToBackpack "Trixie_LSMARK4_Delta_Camo";
  38. this addItemToBackpack "acc_pointer_IR";
  39. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  40. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  41. this addItemToBackpack "ACE_MapTools";
  42. this addItemToBackpack "ACE_EarPlugs";
  43. this addItemToBackpack "Trixie_M107";
  44. for "_i" from 1 to 6 do {this addItemToBackpack "Trixie_10x127_HE_Mag";};
  45. this addHeadgear "H_HelmetB_light";
  46.  
  47. comment "Add weapons";
  48. this addWeapon "SMG_01_F";
  49. this addPrimaryWeaponItem "muzzle_snds_acp";
  50. this addPrimaryWeaponItem "FHQ_optic_HWS_G33";
  51. this addWeapon "RH_m9";
  52. this addHandgunItem "RH_m9qd";
  53. this addHandgunItem "RH_X300";
  54.  
  55. comment "Add items";
  56. this linkItem "ItemMap";
  57. this linkItem "ItemCompass";
  58. this linkItem "tf_microdagr";
  59. this linkItem "tf_anprc152_1";
  60. this linkItem "NVGoggles";
  61.  
  62. comment "Set identity";
  63. this setFace "WhiteHead_17";
  64. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement