Advertisement
djskyfs

Radio / Granadero

Oct 23rd, 2019
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.31 KB | None | 0 0
  1. comment "Exported from Arsenal by Cbo.Skay";
  2.  
  3. comment "[!] UNIT MUST BE LOCAL [!]";
  4. if (!local this) exitWith {};
  5.  
  6. comment "Remove existing items";
  7. removeAllWeapons this;
  8. removeAllItems this;
  9. removeAllAssignedItems this;
  10. removeUniform this;
  11. removeVest this;
  12. removeBackpack this;
  13. removeHeadgear this;
  14. removeGoggles this;
  15.  
  16. comment "Add weapons";
  17. this addWeapon "rhs_weap_hk416d145_m320";
  18. this addPrimaryWeaponItem "rhsusf_acc_anpeq15side_bk";
  19. this addPrimaryWeaponItem "rhsusf_acc_ACOG_RMR";
  20. this addPrimaryWeaponItem "rhs_mag_30Rnd_556x45_Mk318_PMAG";
  21. this addPrimaryWeaponItem "rhs_mag_M441_HE";
  22. this addWeapon "ffaa_armas_usp";
  23. this addHandgunItem "ffaa_9x19_pistola";
  24.  
  25. comment "Add containers";
  26. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  27. this addVest "ffaa_brilat_chaleco_01_bs";
  28. this addBackpack "TFAR_rt1523g_big_bwmod";
  29.  
  30. comment "Add binoculars";
  31. this addWeapon "Binocular";
  32.  
  33. comment "Add items to containers";
  34. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  35. for "_i" from 1 to 2 do {this addItemToUniform "ACE_EarPlugs";};
  36. this addItemToUniform "ACE_Flashlight_XL50";
  37. this addItemToUniform "ACE_IR_Strobe_Item";
  38. for "_i" from 1 to 2 do {this addItemToUniform "HandGrenade";};
  39. for "_i" from 1 to 2 do {this addItemToUniform "SmokeShell";};
  40. this addItemToVest "ACE_tourniquet";
  41. for "_i" from 1 to 3 do {this addItemToVest "ACE_epinephrine";};
  42. this addItemToVest "ACE_morphine";
  43. for "_i" from 1 to 15 do {this addItemToVest "ACE_elasticBandage";};
  44. for "_i" from 1 to 15 do {this addItemToVest "ACE_quikclot";};
  45. for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk318_PMAG";};
  46. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  47. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  48. for "_i" from 1 to 3 do {this addItemToVest "rhs_mag_M441_HE";};
  49. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_personalAidKit";};
  50. this addItemToBackpack "ffaa_nvgoggles";
  51. this addItemToBackpack "ffaa_casco_marte_04_mod_3_b";
  52. for "_i" from 1 to 7 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_Mk318_PMAG";};
  53. this addHeadgear "ffaa_bripac_boina";
  54. this addGoggles "rhs_googles_black";
  55.  
  56. comment "Add items";
  57. this linkItem "ItemMap";
  58. this linkItem "ItemCompass";
  59. this linkItem "ACE_Altimeter";
  60. this linkItem "TFAR_anprc152";
  61. this linkItem "ItemAndroid";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement