mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user