Advertisement
Guest User

MTP Loadout

a guest
Nov 19th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1.  
  2. comment "Exported from Arsenal by Cmdt. Akatsuki Ruisu";
  3.  
  4. comment "[!] UNIT MUST BE LOCAL [!]";
  5. if (!local this) exitWith {};
  6.  
  7. comment "Remove existing items";
  8. removeAllWeapons this;
  9. removeAllItems this;
  10. removeAllAssignedItems this;
  11. removeUniform this;
  12. removeVest this;
  13. removeBackpack this;
  14. removeHeadgear this;
  15. removeGoggles this;
  16.  
  17. comment "Add weapons";
  18. this addWeapon "SMA_SAR21_F";
  19. this addPrimaryWeaponItem "SMA_SFFL_BLK";
  20. this addPrimaryWeaponItem "optic_Hamr";
  21. this addPrimaryWeaponItem "SMA_30Rnd_556x45_M855A1";
  22. this addWeapon "hlc_pistol_P226R_40";
  23. this addHandgunItem "hlc_12Rnd_40SW_B_P226";
  24.  
  25. comment "Add containers";
  26. this forceAddUniform "VSM_Multicam_Crye_Camo";
  27. this addVest "VSM_RAV_operator_Multicam";
  28.  
  29. comment "Add binoculars";
  30. this addWeapon "Binocular";
  31.  
  32. comment "Add items to containers";
  33. this addItemToUniform "ItemcTabHCam";
  34. for "_i" from 1 to 2 do {this addItemToUniform "ACE_IR_Strobe_Item";};
  35. for "_i" from 1 to 4 do {this addItemToUniform "ACE_morphine";};
  36. this addItemToUniform "ACE_EarPlugs";
  37. for "_i" from 1 to 3 do {this addItemToUniform "ACE_tourniquet";};
  38. for "_i" from 1 to 6 do {this addItemToUniform "ACE_packingBandage";};
  39. this addItemToVest "SMA_supp1b_556";
  40. this addItemToVest "ACE_NVG_Gen4";
  41. for "_i" from 1 to 4 do {this addItemToVest "hlc_12Rnd_40SW_B_P226";};
  42. for "_i" from 1 to 6 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_PMAG_Tan_Tracer_Red";};
  43. for "_i" from 1 to 2 do {this addItemToVest "CUP_HandGrenade_M67";};
  44. this addHeadgear "helmet_sf_MTP";
  45.  
  46. comment "Add items";
  47. this linkItem "ItemMap";
  48. this linkItem "ItemCompass";
  49. this linkItem "TFAR_microdagr";
  50. this linkItem "TFAR_anprc152";
  51. this linkItem "ItemAndroid";
  52.  
  53. comment "Set identity";
  54. [this,"WhiteHead_29","ace_novoice"] call BIS_fnc_setIdentity;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement