Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. STRZELEC
  2.  
  3. comment "Exported from Arsenal by Breniacz";
  4.  
  5. comment "Remove existing items";
  6. removeAllWeapons this;
  7. removeAllItems this;
  8. removeAllAssignedItems this;
  9. removeUniform this;
  10. removeVest this;
  11. removeBackpack this;
  12. removeHeadgear this;
  13. removeGoggles this;
  14.  
  15. comment "Add containers";
  16. this forceAddUniform "U_I_FullGhillie_ard";
  17. this addItemToUniform "ACE_Kestrel4500";
  18. this addItemToUniform "ACE_RangeCard";
  19. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  20. this addItemToUniform "ACE_MapTools";
  21. for "_i" from 1 to 20 do {this addItemToUniform "ACE_elasticBandage";};
  22. this addItemToUniform "ACE_ATragMX";
  23. for "_i" from 1 to 2 do {this addItemToUniform "rhsusf_mag_15Rnd_9x19_FMJ";};
  24. for "_i" from 1 to 3 do {this addItemToUniform "SmokeShell";};
  25. this addItemToUniform "SmokeShellBlue";
  26. this addVest "V_PlateCarrierL_CTRG";
  27. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  28. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  29. for "_i" from 1 to 3 do {this addItemToVest "rhsusf_mag_10Rnd_STD_50BMG_mk211";};
  30. this addBackpack "B_Carryall_cbr";
  31. this addItemToBackpack "ACE_Tripod";
  32. for "_i" from 1 to 6 do {this addItemToBackpack "rhsusf_mag_10Rnd_STD_50BMG_mk211";};
  33. this addGoggles "G_Bandanna_khk";
  34.  
  35. comment "Add weapons";
  36. this addWeapon "rhs_weap_M107_d";
  37. this addPrimaryWeaponItem "acc_pointer_IR";
  38. this addPrimaryWeaponItem "optic_LRPS";
  39. this addWeapon "rhsusf_weap_m9";
  40. this addWeapon "ACE_VectorDay";
  41.  
  42. comment "Add items";
  43. this linkItem "ItemMap";
  44. this linkItem "ItemCompass";
  45. this linkItem "tf_microdagr";
  46. this linkItem "tf_anprc154_1";
  47. this linkItem "ItemGPS";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement