mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Undefined Vars
This commit is contained in:
@@ -605,7 +605,15 @@ if(isServer) then {
|
||||
if(isNil "DZE_CleanNull") then {
|
||||
DZE_CleanNull = false;
|
||||
};
|
||||
|
||||
if (isNil "DZE_DeathMsgGlobal") then {
|
||||
DZE_DeathMsgGlobal = false;
|
||||
};
|
||||
if (isNil "DZE_DeathMsgSide") then {
|
||||
DZE_DeathMsgSide = false;
|
||||
};
|
||||
if (isNil "DZE_DeathMsgTitleText") then {
|
||||
DZE_DeathMsgTitleText = false;
|
||||
};
|
||||
DZE_safeVehicle = ["ParachuteWest","ParachuteC"];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user