mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
@@ -99,7 +99,7 @@ class RscDisplayChat
|
||||
class RscDisplayChannel
|
||||
{
|
||||
idd = 63;
|
||||
onMouseButtonDown = "_handle = if (!isNil 'DZE_FilterCheats') then {[(_this select 1),false] call DZE_FilterCheats} else {false}; _handle";
|
||||
onMouseButtonDown = "_handle = if (!isNil 'DZE_FilterCheats') then {[0,(_this select 1),false] call DZE_FilterCheats} else {false}; _handle";
|
||||
class controls;
|
||||
};
|
||||
class RscPictureGUI
|
||||
|
||||
@@ -154,7 +154,7 @@ if (isNil "keyboard_keys") then {
|
||||
dayz_lastCheckBit = diag_ticktime;
|
||||
[player,20,true,(getPosATL player)] call player_alertZombies;
|
||||
};
|
||||
_handled = if (!isNil "DZE_FilterCheats") then {[-999,false] call DZE_FilterCheats} else {false};
|
||||
_handled = if (!isNil "DZE_FilterCheats") then {[0,-999,false] call DZE_FilterCheats} else {false};
|
||||
};
|
||||
_journal = {
|
||||
if (!dayz_isSwimming and !dialog) then {
|
||||
|
||||
Reference in New Issue
Block a user