Advertisement
Guest User

18C

a guest
Oct 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. comment "Remove existing items";
  2. removeAllWeapons this;
  3. removeAllItems this;
  4. removeAllAssignedItems this;
  5. removeUniform this;
  6. removeVest this;
  7. removeBackpack this;
  8. removeHeadgear this;
  9. removeGoggles this;
  10.  
  11. comment "Add containers";
  12. this forceAddUniform "TIER1_SOF_2";
  13. this addItemToUniform "ACE_Banana";
  14. for "_i" from 1 to 2 do {this addItemToUniform "ACE_fieldDressing";};
  15. for "_i" from 1 to 4 do {this addItemToUniform "ACE_elasticBandage";};
  16. for "_i" from 1 to 4 do {this addItemToUniform "ACE_quikclot";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  18. this addItemToUniform "ACE_EarPlugs";
  19. this addItemToUniform "ACE_EntrenchingTool";
  20. this addItemToUniform "ItemcTabHCam";
  21. this addItemToUniform "ACE_Flashlight_XL50";
  22. this addItemToUniform "ACE_MapTools";
  23. this addItemToUniform "ACE_microDAGR";
  24. this addItemToUniform "ACRE_PRC152";
  25. this addVest "6094A_103";
  26. this addItemToVest "ACE_morphine";
  27. for "_i" from 1 to 4 do {this addItemToVest "ACE_packingBandage";};
  28. this addItemToVest "ACE_salineIV_250";
  29. for "_i" from 1 to 2 do {this addItemToVest "ACE_tourniquet";};
  30. for "_i" from 1 to 5 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  31. this addItemToVest "11Rnd_45ACP_Mag";
  32. this addItemToVest "SmokeShellGreen";
  33. this addItemToVest "SmokeShellRed";
  34. this addItemToVest "SmokeShell";
  35. for "_i" from 1 to 2 do {this addItemToVest "ACE_M84";};
  36. this addItemToVest "rhs_mag_m67";
  37. this addBackpack "TRYK_B_Carryall_JSDF";
  38. this addItemToBackpack "ACE_DefusalKit";
  39. this addItemToBackpack "MineDetector";
  40. this addItemToBackpack "ACE_M26_Clacker";
  41. for "_i" from 1 to 6 do {this addItemToBackpack "DemoCharge_Remote_Mag";};
  42. for "_i" from 1 to 2 do {this addItemToBackpack "APERSBoundingMine_Range_Mag";};
  43. for "_i" from 1 to 2 do {this addItemToBackpack "ClaymoreDirectionalMine_Remote_Mag";};
  44. for "_i" from 1 to 2 do {this addItemToBackpack "SLAMDirectionalMine_Wire_Mag";};
  45. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_M14";};
  46. for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  47. this addHeadgear "rhsusf_opscore_fg_pelt_nsw";
  48. this addGoggles "milgp_f_face_shield_shemagh_RGR";
  49.  
  50. comment "Add weapons";
  51. this addWeapon "SMA_HK416_vfg_ODPAINTED";
  52. this addPrimaryWeaponItem "SMA_supp1b_556";
  53. this addPrimaryWeaponItem "SMA_ANPEQ15_BLK";
  54. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_GREEN_4z";
  55. this addPrimaryWeaponItem "SMA_Gripod_01";
  56. this addWeapon "hgun_Pistol_heavy_01_F";
  57. this addHandgunItem "muzzle_snds_acp";
  58. this addHandgunItem "acc_flashlight_pistol";
  59. this addHandgunItem "optic_MRD";
  60. this addWeapon "Laserdesignator";
  61.  
  62. comment "Add items";
  63. this linkItem "ItemMap";
  64. this linkItem "ItemCompass";
  65. this linkItem "ItemWatch";
  66. this linkItem "ItemRadioAcreFlagged";
  67. this linkItem "ItemAndroid";
  68. this linkItem "A3_GPNVG18_REC_F";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement