Advertisement
Guest User

Untitled

a guest
Oct 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. {
  2. if (typeOf _x == "RHS_AH64D_wd") then {
  3. _x setPylonLoadOut ["pylonTip1", "rhs_mag_Sidewinder_heli_2", true, []];
  4. _x setPylonLoadOut ["pylon2", "rhs_mag_FFAR_38", true, []];
  5. _x setPylonLoadOut ["pylon3", "rhs_mag_Hellfire_8", true, [0]];
  6. _x setPylonLoadOut ["pylon4", "rhs_mag_Hellfire_8", true, [0]];
  7. _x setPylonLoadOut ["pylon5", "rhs_mag_FFAR_38", true, []];
  8. _x setPylonLoadOut ["pylonTip6", "rhs_mag_Sidewinder_heli_2", true, []];
  9. }
  10. } foreach vehicles;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement