Advertisement
icdb

Make AZ-1Z AA

Oct 6th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.47 KB | None | 0 0
  1. {
  2.     if (typeOf _x == "RHS_AH1Z_wd") then {
  3.         _x setPylonLoadOut ["pylonTip1", "rhs_mag_Sidewinder_heli_2", true, []];
  4.         _x setPylonLoadOut ["pylon2", "rhs_mag_Sidewinder_2", true, []];
  5.         _x setPylonLoadOut ["pylon3", "rhs_mag_DAGR_16", true, [0]];
  6.         _x setPylonLoadOut ["pylon4", "rhs_mag_DAGR_16", true, [0]];
  7.         _x setPylonLoadOut ["pylon5", "rhs_mag_Sidewinder_2", 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