Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
60
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 LIM";
  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 "rhs_uniform_gorka_r_g";
  15. for "_i" from 1 to 10 do {this addItemToUniform "ACE_elasticBandage";};
  16. this addItemToUniform "ACE_plasmaIV_500";
  17. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  18. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  19. for "_i" from 1 to 3 do {this addItemToUniform "ACE_epinephrine";};
  20. for "_i" from 1 to 4 do {this addItemToUniform "ACE_tourniquet";};
  21. this addVest "LOP_V_6Sh92_Radio_OLV";
  22. this addItemToVest "rhs_1PN138";
  23. this addItemToVest "ACE_Flashlight_XL50";
  24. this addItemToVest "ACE_CableTie";
  25. for "_i" from 1 to 2 do {this addItemToVest "ACE_IR_Strobe_Item";};
  26. this addItemToVest "ACE_DAGR";
  27. for "_i" from 1 to 3 do {this addItemToVest "hlc_30Rnd_545x39_S_AK";};
  28. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rdg2_white";};
  29. this addBackpack "CDF_SLF_Raven_Bag";
  30. this addItemToBackpack "rhs_1PN138";
  31. this addItemToBackpack "ACE_EarPlugs";
  32. this addItemToBackpack "ACE_Flashlight_XL50";
  33. this addItemToBackpack "rhs_acc_dtk4short";
  34. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_CableTie";};
  35. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  36. this addItemToBackpack "ACE_DAGR";
  37. for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_rgd5";};
  38. for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_rdg2_white";};
  39. for "_i" from 1 to 4 do {this addItemToBackpack "rhs_mag_plamyam";};
  40. this addHeadgear "H_Cap_oli";
  41. this addGoggles "G_Balaclava_oli";
  42.  
  43. comment "Add weapons";
  44. this addWeapon "hlc_rifle_ak12";
  45. this addPrimaryWeaponItem "rhs_acc_dtk4short";
  46. this addPrimaryWeaponItem "rhsusf_acc_anpeq15A";
  47. this addPrimaryWeaponItem "optic_DMS";
  48. this addWeapon "CUP_hgun_PB6P9";
  49. this addHandgunItem "CUP_muzzle_PB6P9";
  50. this addWeapon "ACE_MX2A";
  51.  
  52. comment "Add items";
  53. this linkItem "ItemMap";
  54. this linkItem "ItemCompass";
  55. this linkItem "ItemWatch";
  56. this linkItem "tf_anprc152_1";
  57. this linkItem "ItemGPS";
  58.  
  59. comment "Set identity";
  60. this setFace "AsianHead_A3_01";
  61. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement