Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 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. for "_i" from 1 to 3 do {this addItemToVest "hlc_30Rnd_545x39_S_AK";};
  23. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rdg2_white";};
  24. for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_plamyam";};
  25. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgo";};
  26. this addItemToVest "CUP_8Rnd_9x18_Makarov_M";
  27. this addBackpack "CUP_B_RUS_Backpack";
  28. this addItemToBackpack "rhs_1PN138";
  29. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_CableTie";};
  30. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  31. this addItemToBackpack "ACE_Flashlight_XL50";
  32. this addItemToBackpack "ACE_EarPlugs";
  33. this addItemToBackpack "ACE_DAGR";
  34. this addItemToBackpack "ACE_MapTools";
  35. this addItemToBackpack "ACE_DefusalKit";
  36. this addItemToBackpack "ACE_M26_Clacker";
  37. for "_i" from 1 to 2 do {this addItemToBackpack "CUP_8Rnd_9x18_Makarov_M";};
  38. for "_i" from 1 to 3 do {this addItemToBackpack "hlc_30Rnd_545x39_EP_ak";};
  39. for "_i" from 1 to 5 do {this addItemToBackpack "rhs_mag_plamyam";};
  40. for "_i" from 1 to 3 do {this addItemToBackpack "rhsusf_m112_mag";};
  41. this addHeadgear "rhs_zsh12";
  42. this addGoggles "G_Balaclava_oli";
  43.  
  44. comment "Add weapons";
  45. this addWeapon "hlc_rifle_aku12";
  46. this addPrimaryWeaponItem "rhs_acc_dtk4short";
  47. this addPrimaryWeaponItem "rhsusf_acc_anpeq15A";
  48. this addPrimaryWeaponItem "rhsusf_acc_compm4";
  49. this addWeapon "CUP_hgun_PB6P9";
  50. this addHandgunItem "CUP_muzzle_PB6P9";
  51. this addWeapon "ACE_VectorDay";
  52.  
  53. comment "Add items";
  54. this linkItem "ItemMap";
  55. this linkItem "ItemCompass";
  56. this linkItem "ItemWatch";
  57. this linkItem "tf_anprc152_1";
  58. this linkItem "ItemGPS";
  59.  
  60. comment "Set identity";
  61. this setFace "AsianHead_A3_01";
  62. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement