Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. // fact: BLU_F
  2. // desc: Squad Leader
  3.  
  4. _unit = _this select 0;
  5.  
  6.  
  7. _unit addUniform "rhs_uniform_cu_ucp_101st";
  8. _unit addVest "rhsusf_iotv_ucp_Teamleader";
  9. _unit addHeadgear "rhsusf_ach_helmet_ucp";
  10. _unit addBackpack "tfw_ilbe_dd_coy";
  11.  
  12. _unit addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";
  13. _unit addItemToVest "ACE_Flashlight_XL50";
  14.  
  15. _unit addWeapon "rhs_weap_m4a1_carryhandle";
  16. _unit addPrimaryWeaponItem "rhsusf_acc_ACOG2_USMC";
  17. _unit addPrimaryWeaponItem "rhsusf_acc_anpeq15A";
  18. _unit addPrimaryWeaponItem "rhsusf_acc_grip3";
  19. _unit addWeapon "RH_m9";
  20.  
  21. _unit linkItem "ItemMap";
  22. _unit linkItem "ItemCompass";
  23. _unit linkItem "ItemRadio";
  24. _unit linkItem "ItemGPS";
  25. _unit addWeapon "ACE_Vector";
  26. _unit linkItem "rhsusf_ANPVS_14";
  27. _unit linkItem "tf_microdagr";
  28.  
  29.  
  30. for "_i" from 1 to 6 do {_unit addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  31. for "_i" from 1 to 2 do {_unit addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Red";};
  32. for "_i" from 1 to 2 do {_unit addItemToVest "rhs_mag_m67";};
  33. for "_i" from 1 to 2 do {_unit addItemToVest "rhs_mag_an_m8hc";};
  34. for "_i" from 1 to 5 do {_unit addItemToBackpack "rhsusf_mag_10Rnd_STD_50BMG_M33";};
  35. for "_i" from 1 to 2 do {_unit addItemToUniform "RH_15Rnd_9x19_M9";};
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement