Okay, So I am running into a problem.
On my epoch server we are going to make it militarized.
When I add in the Apaches the Hydras are in the gunners seat.
Is that normal?
All other servers have Hydras in Pilot
and m230 and Hellfires for gunners.
Is there something going on somewhere in the code that could be causing this?
I have tried this...
To try and remove the Hydras from the Gunner, but it just seems to do nothing.
Can someone help me figure this out?
I am just trying to get the hydras in the Pilots seat and not the gunner.
On my epoch server we are going to make it militarized.
When I add in the Apaches the Hydras are in the gunners seat.
Is that normal?
All other servers have Hydras in Pilot
and m230 and Hellfires for gunners.
Is there something going on somewhere in the code that could be causing this?
I have tried this...
Code:
if (_object isKindof "AH64D") then {
_object magazinesTurret [0];
_object removeMagazinesTurret ["38Rnd_FFAR",[0]];
_object WeaponsTurret [0];
_object removeWeapon "FFARLauncher"];
};
To try and remove the Hydras from the Gunner, but it just seems to do nothing.
Can someone help me figure this out?
I am just trying to get the hydras in the Pilots seat and not the gunner.