Add Variable (Just a notice myself)

This commit is contained in:
Skaronator
2014-02-06 00:08:44 +01:00
parent 13d543007e
commit 20379e2912

View File

@@ -447,6 +447,9 @@ if(isNil "dayz_maxZeds") then {
if (isNil "DZE_PlayerZed") then {
DZE_PlayerZed = true;
};
if (isNil "DZE_GodModeBase") then {
DZE_GodModeBase = false;
};
if(isNil "DZEdebug") then {
DZEdebug = false;
};