Advertisement
Sonter

Untitled

Aug 4th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. comment "Exported from Arsenal by LT Sonter";
  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 "USP_uniform_oficial_AMC";
  15. for "_i" from 1 to 8 do {this addItemToUniform "ACE_packingBandage";};
  16. this addItemToUniform "ACE_morphine";
  17. for "_i" from 1 to 8 do {this addItemToUniform "ACE_elasticBandage";};
  18. this addItemToUniform "ACE_epinephrine";
  19. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  20. this addItemToUniform "ACE_EarPlugs";
  21. this addItemToUniform "ACE_IR_Strobe_Item";
  22. this addItemToUniform "ACE_Flashlight_KSF1";
  23. this addItemToUniform "ACE_Flashlight_XL50";
  24. this addItemToUniform "ACE_plasmaIV_500";
  25. this addItemToUniform "ACE_MapTools";
  26. for "_i" from 1 to 2 do {this addItemToUniform "ACE_M84";};
  27. this addVest "lbt_weapons_aor1";
  28. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  29. for "_i" from 1 to 11 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  30. this addBackpack "USP_backpack_MC1";
  31. this addItemToBackpack "ACE_morphine";
  32. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_packingBandage";};
  33. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_elasticBandage";};
  34. this addItemToBackpack "ACE_tourniquet";
  35. this addItemToBackpack "ACE_epinephrine";
  36. this addItemToBackpack "ACE_surgicalKit";
  37. this addItemToBackpack "CUP_NVG_HMNVS";
  38. for "_i" from 1 to 2 do {this addItemToBackpack "Chemlight_green";};
  39. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_M84";};
  40. for "_i" from 1 to 4 do {this addItemToBackpack "SmokeShell";};
  41. for "_i" from 1 to 2 do {this addItemToBackpack "MiniGrenade";};
  42. for "_i" from 1 to 9 do {this addItemToBackpack "1Rnd_HE_Grenade_shell";};
  43. this addHeadgear "US_Helmet_MCH1";
  44. this addGoggles "SMA_GLASS_Grn_BLACK";
  45.  
  46. comment "Add weapons";
  47. this addWeapon "SMA_AUG_EGLM_Olive";
  48. this addPrimaryWeaponItem "SMA_ANPEQ15_BLK";
  49. this addPrimaryWeaponItem "CUP_optic_ACOG";
  50. this addWeapon "Binocular";
  51.  
  52. comment "Add items";
  53. this linkItem "ItemMap";
  54. this linkItem "ACE_Altimeter";
  55. this linkItem "tf_anprc152_9";
  56. this linkItem "ItemGPS";
  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