mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-21 10:56:29 +03:00
Add missing variable + RPT cleanup
fix 2 dup string warnings fix "Cannot delete class rscdisplayinfo" warning. Start extended vehicle damage debugging.
This commit is contained in:
@@ -264,7 +264,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "GunRack_DZ";
|
||||
@@ -285,7 +285,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodCrate_DZ";
|
||||
@@ -349,7 +349,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "FireBarrel_DZ";
|
||||
@@ -390,7 +390,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WorkBench_DZ";
|
||||
@@ -412,7 +412,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "WoodRamp_DZ";
|
||||
@@ -432,7 +432,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "Plastic_Pole_EP1_DZ";
|
||||
@@ -454,7 +454,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "MetalPanel_DZ";
|
||||
@@ -484,7 +484,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "DeerStand_DZ";
|
||||
@@ -505,7 +505,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "DesertLargeCamoNet_DZ";
|
||||
@@ -526,7 +526,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "ForestLargeCamoNet_DZ";
|
||||
@@ -547,7 +547,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "DesertCamoNet_DZ";
|
||||
@@ -577,7 +577,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "ForestCamoNet_DZ";
|
||||
@@ -607,7 +607,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "FuelPump_DZ";
|
||||
@@ -628,7 +628,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "LightPole_DZ";
|
||||
@@ -649,7 +649,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "StickFence_DZ";
|
||||
@@ -670,7 +670,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "Wooden_shed_DZ";
|
||||
@@ -691,7 +691,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "WoodShack_DZ";
|
||||
@@ -712,7 +712,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "M240Nest_DZ";
|
||||
@@ -733,7 +733,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "CanvasHut_DZ";
|
||||
@@ -754,7 +754,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "ParkBench_DZ";
|
||||
@@ -775,7 +775,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "MetalGate_DZ";
|
||||
@@ -796,7 +796,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "SandNest_DZ";
|
||||
@@ -817,7 +817,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "OutHouse_DZ";
|
||||
@@ -838,7 +838,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "StorageShed_DZ";
|
||||
@@ -860,7 +860,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Generator_DZ";
|
||||
@@ -881,7 +881,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "FuelPump_DZ";
|
||||
@@ -903,7 +903,7 @@ class CfgMagazines {
|
||||
{
|
||||
class Build
|
||||
{
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemEtool","ItemToolbox"};
|
||||
create = "Scaffolding_DZ";
|
||||
@@ -1631,7 +1631,7 @@ class CfgMagazines {
|
||||
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Hedgehog_DZ";
|
||||
@@ -1669,7 +1669,7 @@ class CfgMagazines {
|
||||
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Fort_RazorWire";
|
||||
|
||||
@@ -9,7 +9,7 @@ class metal_floor_kit: CA_Magazine {
|
||||
weight = 325;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "MetalFloor_DZ";
|
||||
@@ -28,7 +28,7 @@ class cinder_wall_kit: CA_Magazine {
|
||||
weight = 325;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "CinderWallHalf_DZ";
|
||||
@@ -46,7 +46,7 @@ class cinder_door_kit: CA_Magazine {
|
||||
weight = 325;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "CinderWallSmallDoorway_DZ";
|
||||
@@ -64,7 +64,7 @@ class cinder_garage_kit: CA_Magazine {
|
||||
weight = 325;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "CinderWallDoorway_DZ";
|
||||
@@ -83,7 +83,7 @@ class ItemWoodFloor: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodFloor_DZ";
|
||||
@@ -101,7 +101,7 @@ class ItemWoodFloorHalf: CA_Magazine {
|
||||
weight = 15;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodFloorHalf_DZ";
|
||||
@@ -128,7 +128,7 @@ class ItemWoodFloorQuarter: CA_Magazine {
|
||||
weight = 10;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodFloorQuarter_DZ";
|
||||
@@ -156,7 +156,7 @@ class ItemWoodStairs: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodStairsSans_DZ";
|
||||
@@ -183,7 +183,7 @@ class ItemWoodStairsSupport: CA_Magazine {
|
||||
weight = 30;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodStairs_DZ";
|
||||
@@ -202,7 +202,7 @@ class ItemWoodLadder: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodLadder_DZ";
|
||||
@@ -221,7 +221,7 @@ class ItemWoodWall: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodSmallWall_DZ";
|
||||
@@ -263,7 +263,7 @@ class ItemWoodWallThird: CA_Magazine {
|
||||
weight = 7;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodSmallWallThird_DZ";
|
||||
@@ -289,7 +289,7 @@ class ItemWoodWallWindow: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodSmallWallWin_DZ";
|
||||
@@ -308,7 +308,7 @@ class ItemWoodWallDoor: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodSmallWallDoor_DZ";
|
||||
@@ -334,7 +334,7 @@ class ItemWoodWallWithDoor: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Land_DZE_WoodDoor";
|
||||
@@ -360,7 +360,7 @@ class ItemWoodWallWithDoorLocked: CA_Magazine {
|
||||
weight = 30;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Land_DZE_WoodDoorLocked";
|
||||
@@ -379,7 +379,7 @@ class ItemWoodWallGarageDoor: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Land_DZE_GarageWoodDoor";
|
||||
@@ -405,7 +405,7 @@ class ItemWoodWallGarageDoorLocked: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Land_DZE_GarageWoodDoorLocked";
|
||||
@@ -424,7 +424,7 @@ class ItemWoodWallLg: CA_Magazine {
|
||||
weight = 25;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodLargeWall_DZ";
|
||||
@@ -466,7 +466,7 @@ class ItemWoodWallWindowLg: CA_Magazine {
|
||||
weight = 30;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodLargeWallWin_DZ";
|
||||
@@ -485,7 +485,7 @@ class ItemWoodWallDoorLg: CA_Magazine {
|
||||
weight = 30;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "WoodLargeWallDoor_DZ";
|
||||
@@ -511,7 +511,7 @@ class ItemWoodWallWithDoorLg: CA_Magazine {
|
||||
weight = 30;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Land_DZE_LargeWoodDoor";
|
||||
@@ -537,7 +537,7 @@ class ItemWoodWallWithDoorLgLocked: CA_Magazine {
|
||||
weight = 35;
|
||||
class ItemActions {
|
||||
class Build {
|
||||
text = $STR_ACTIONS_BUILD;
|
||||
text = $STR_ACTIONS_BUILD_EPOCH;
|
||||
script = "spawn player_build;";
|
||||
require[] = {"ItemToolbox"};
|
||||
create = "Land_DZE_LargeWoodDoorLocked";
|
||||
|
||||
@@ -95,7 +95,7 @@ class RscDisplayDebriefing: RscStandardDisplay {
|
||||
delete CA_MissionTitle;
|
||||
delete CA_TextVotingTimeLeft;
|
||||
delete CA_MissionResult;
|
||||
delete CA_DebriefingInfo;
|
||||
class CA_DebriefingInfo: RscHTML {};
|
||||
delete CA_DebriefingTextGroup;
|
||||
delete CA_DebriefingObjectivesGroup;
|
||||
delete CA_DebriefingStatsGroup;
|
||||
@@ -120,7 +120,7 @@ class RscDisplayMissionFail: RscStandardDisplay {
|
||||
delete CA_MissionTitle;
|
||||
delete CA_TextVotingTimeLeft;
|
||||
delete CA_MissionResult;
|
||||
delete CA_DebriefingInfo;
|
||||
class CA_DebriefingInfo: RscHTML {};
|
||||
delete CA_DebriefingTextGroup;
|
||||
delete CA_DebriefingObjectivesGroup;
|
||||
delete CA_DebriefingStatsGroup;
|
||||
|
||||
Reference in New Issue
Block a user