mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 15:22:53 +03:00
Undefined Vars
This commit is contained in:
@@ -605,7 +605,15 @@ if(isServer) then {
|
|||||||
if(isNil "DZE_CleanNull") then {
|
if(isNil "DZE_CleanNull") then {
|
||||||
DZE_CleanNull = false;
|
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"];
|
DZE_safeVehicle = ["ParachuteWest","ParachuteC"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user