mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
EnableRadio if globalChat death messages are on
This commit is contained in:
@@ -690,6 +690,7 @@ if (!isDedicated) then {
|
|||||||
if (isNil "DZE_BackpackAntiTheft") then {DZE_BackpackAntiTheft = false;};
|
if (isNil "DZE_BackpackAntiTheft") then {DZE_BackpackAntiTheft = false;};
|
||||||
if (isNil "DZE_requireplot") then {DZE_requireplot = 1;};
|
if (isNil "DZE_requireplot") then {DZE_requireplot = 1;};
|
||||||
if (isNil "DZE_StaticConstructionCount") then {DZE_StaticConstructionCount = 0;};
|
if (isNil "DZE_StaticConstructionCount") then {DZE_StaticConstructionCount = 0;};
|
||||||
|
if (toLower DZE_DeathMsgChat in ["global","side"]) then {enableRadio true;}; //Needed for scripted global chat to show, doesn't seem to have any adverse effects
|
||||||
autoRunActive = false;
|
autoRunActive = false;
|
||||||
DZE_AntiWallCounter = 0;
|
DZE_AntiWallCounter = 0;
|
||||||
DZE_myHaloVehicle = objNull;
|
DZE_myHaloVehicle = objNull;
|
||||||
|
|||||||
Reference in New Issue
Block a user