mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
#997 Optional Disable PZed
This commit is contained in:
@@ -529,6 +529,9 @@ DZE_Lock_Door = "";
|
||||
call compile preprocessFileLineNumbers "\z\addons\dayz_code\init\loot_init.sqf";
|
||||
|
||||
if(isServer) then {
|
||||
if (isNil "DZE_PlayerZed") then {
|
||||
DZE_PlayerZed = true;
|
||||
};
|
||||
dayz_players = [];
|
||||
DZEMaintainCache = [];
|
||||
dead_bodyCleanup = [];
|
||||
|
||||
Reference in New Issue
Block a user