Advertisement
Sonter

Untitled

Aug 4th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 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. this addItemToUniform "ACE_morphine";
  16. for "_i" from 1 to 10 do {this addItemToUniform "ACE_elasticBandage";};
  17. for "_i" from 1 to 10 do {this addItemToUniform "ACE_packingBandage";};
  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_MapTools";
  25. for "_i" from 1 to 2 do {this addItemToUniform "SmokeShell";};
  26. this addVest "lbt_operator_aor1";
  27. this addItemToVest "CUP_NVG_HMNVS";
  28. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  29. for "_i" from 1 to 2 do {this addItemToVest "CUP_100Rnd_TE4_Green_Tracer_556x45_M249";};
  30. this addBackpack "USP_backpack_MC1";
  31. this addItemToBackpack "ACE_morphine";
  32. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_packingBandage";};
  33. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_elasticBandage";};
  34. this addItemToBackpack "ACE_tourniquet";
  35. this addItemToBackpack "ACE_epinephrine";
  36. for "_i" from 1 to 2 do {this addItemToBackpack "CUP_200Rnd_TE4_Red_Tracer_556x45_M249";};
  37. this addHeadgear "US_Helmet_MCH1";
  38. this addGoggles "SMA_GLASS_Grn_BLACK";
  39.  
  40. comment "Add weapons";
  41. this addWeapon "CUP_lmg_minimi_railed";
  42. this addPrimaryWeaponItem "CUP_optic_HoloBlack";
  43.  
  44. comment "Add items";
  45. this linkItem "ItemMap";
  46. this linkItem "ItemCompass";
  47. this linkItem "ACE_Altimeter";
  48. this linkItem "tf_anprc152_14";
  49. this linkItem "ItemGPS";
  50.  
  51. comment "Set identity";
  52. this setFace "WhiteHead_20";
  53. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement