From 5c3f21626b1ab06a1e9525214346cd0c3a1daaad Mon Sep 17 00:00:00 2001 From: A Man Date: Mon, 18 Nov 2019 18:03:54 +0100 Subject: [PATCH] Fix invisible backseat bug, add localization --- SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp b/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp index 031a92210..042d93ef0 100644 --- a/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp +++ b/SQF/dayz_code/Configs/CfgVehicles/Car/LAV25.hpp @@ -2,7 +2,7 @@ class LAV25; class LAV25_DZ: LAV25 { scope = public; side = TGuerrila; - displayName = "LAV-25 DZ"; + displayName = $STR_VEH_NAME_LAV25; commanderCanSee = 2+16+32; gunnerCanSee = 2+16+32; @@ -24,7 +24,7 @@ class LAV25_HQ; class LAV25_HQ_DZ: LAV25_HQ { scope = public; side = TGuerrila; - displayName = "LAV-25 (HQ) DZ"; + displayName = $STR_VEH_NAME_LAV25_HQ; commanderCanSee = 2+16+32; gunnerCanSee = 2+16+32; @@ -35,8 +35,6 @@ class LAV25_HQ_DZ: LAV25_HQ { class TransportMagazines {}; class TransportWeapons {}; - transportSoldier = 6; - transportMaxMagazines = 100; // Default: 100 transportMaxWeapons = 10; // Default: 10 //transportmaxbackpacks = ; // Default: @@ -47,7 +45,6 @@ class LAV25_HQ_DZ: LAV25_HQ { // Ammo Less class LAV25_DZE: LAV25_DZ { - displayName = "LAV-25 AL"; class Turrets: Turrets { class MainTurret : MainTurret { magazines[] = {}; @@ -55,7 +52,6 @@ class LAV25_DZE: LAV25_DZ { }; }; class LAV25_HQ_DZE: LAV25_HQ_DZ { - displayName = "LAV-25 (HQ) AL"; class Turrets: Turrets { class MainTurret : MainTurret { magazines[] = {};