Prevent switch from pilot to gunner seats on DZE helicopters

This is a fairly known issue. One player can fly a uh1y and switch between gunners seats and pilot seat. This makes a seconds player to fly with obsolete.
This commit fixes that issue. Pilots can no longer switch to the gunner seats but the gunners have the option to switch to the pilot seats if it is needed.
DZ helicopters remain unchanged.
This commit is contained in:
AirwavesMan
2021-02-04 11:24:56 +01:00
parent 3c540dc9d5
commit e4ee255586
8 changed files with 56 additions and 23 deletions

View File

@@ -25,6 +25,7 @@ class CH_47F_EP1_DZ : CH_47F_EP1 {
class CH_47F_EP1_DZE: CH_47F_EP1_DZ
{
cargoCompartments[] = {"Compartment1","Compartment2","Compartment3"};
class Turrets: Turrets
{
class MainTurret: MainTurret
@@ -64,7 +65,7 @@ class CH_47F_EP1_DZE: CH_47F_EP1_DZ
minFov = 0.25;
maxFov = 1.1;
};
gunnerCompartments = "Compartment1";
gunnerCompartments = "Compartment3";
memoryPointsGetInGunner = "pos gunner";
memoryPointsGetInGunnerDir = "pos gunner dir";
};