mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix invisible backseat bug, add localization
This commit is contained in:
@@ -2,7 +2,7 @@ class LAV25;
|
|||||||
class LAV25_DZ: LAV25 {
|
class LAV25_DZ: LAV25 {
|
||||||
scope = public;
|
scope = public;
|
||||||
side = TGuerrila;
|
side = TGuerrila;
|
||||||
displayName = "LAV-25 DZ";
|
displayName = $STR_VEH_NAME_LAV25;
|
||||||
|
|
||||||
commanderCanSee = 2+16+32;
|
commanderCanSee = 2+16+32;
|
||||||
gunnerCanSee = 2+16+32;
|
gunnerCanSee = 2+16+32;
|
||||||
@@ -24,7 +24,7 @@ class LAV25_HQ;
|
|||||||
class LAV25_HQ_DZ: LAV25_HQ {
|
class LAV25_HQ_DZ: LAV25_HQ {
|
||||||
scope = public;
|
scope = public;
|
||||||
side = TGuerrila;
|
side = TGuerrila;
|
||||||
displayName = "LAV-25 (HQ) DZ";
|
displayName = $STR_VEH_NAME_LAV25_HQ;
|
||||||
|
|
||||||
commanderCanSee = 2+16+32;
|
commanderCanSee = 2+16+32;
|
||||||
gunnerCanSee = 2+16+32;
|
gunnerCanSee = 2+16+32;
|
||||||
@@ -35,8 +35,6 @@ class LAV25_HQ_DZ: LAV25_HQ {
|
|||||||
class TransportMagazines {};
|
class TransportMagazines {};
|
||||||
class TransportWeapons {};
|
class TransportWeapons {};
|
||||||
|
|
||||||
transportSoldier = 6;
|
|
||||||
|
|
||||||
transportMaxMagazines = 100; // Default: 100
|
transportMaxMagazines = 100; // Default: 100
|
||||||
transportMaxWeapons = 10; // Default: 10
|
transportMaxWeapons = 10; // Default: 10
|
||||||
//transportmaxbackpacks = ; // Default:
|
//transportmaxbackpacks = ; // Default:
|
||||||
@@ -47,7 +45,6 @@ class LAV25_HQ_DZ: LAV25_HQ {
|
|||||||
|
|
||||||
// Ammo Less
|
// Ammo Less
|
||||||
class LAV25_DZE: LAV25_DZ {
|
class LAV25_DZE: LAV25_DZ {
|
||||||
displayName = "LAV-25 AL";
|
|
||||||
class Turrets: Turrets {
|
class Turrets: Turrets {
|
||||||
class MainTurret : MainTurret {
|
class MainTurret : MainTurret {
|
||||||
magazines[] = {};
|
magazines[] = {};
|
||||||
@@ -55,7 +52,6 @@ class LAV25_DZE: LAV25_DZ {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
class LAV25_HQ_DZE: LAV25_HQ_DZ {
|
class LAV25_HQ_DZE: LAV25_HQ_DZ {
|
||||||
displayName = "LAV-25 (HQ) AL";
|
|
||||||
class Turrets: Turrets {
|
class Turrets: Turrets {
|
||||||
class MainTurret : MainTurret {
|
class MainTurret : MainTurret {
|
||||||
magazines[] = {};
|
magazines[] = {};
|
||||||
|
|||||||
Reference in New Issue
Block a user