From 20379e291291912934680ad17e2b428253c36952 Mon Sep 17 00:00:00 2001 From: Skaronator Date: Thu, 6 Feb 2014 00:08:44 +0100 Subject: [PATCH] Add Variable (Just a notice myself) --- SQF/dayz_code/init/variables.sqf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index 49020659f..3ee2786c5 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -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; };