mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
Add Variable (Just a notice myself)
This commit is contained in:
@@ -447,6 +447,9 @@ if(isNil "dayz_maxZeds") then {
|
|||||||
if (isNil "DZE_PlayerZed") then {
|
if (isNil "DZE_PlayerZed") then {
|
||||||
DZE_PlayerZed = true;
|
DZE_PlayerZed = true;
|
||||||
};
|
};
|
||||||
|
if (isNil "DZE_GodModeBase") then {
|
||||||
|
DZE_GodModeBase = false;
|
||||||
|
};
|
||||||
if(isNil "DZEdebug") then {
|
if(isNil "DZEdebug") then {
|
||||||
DZEdebug = false;
|
DZEdebug = false;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user