mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add block for voice channels
use DZE_DisabledChannels as decribed in configvariables.sqf
This commit is contained in:
@@ -96,7 +96,12 @@ class RscDisplayChat
|
||||
onKeyDown = "if (!isNil 'DZE_FilterCheats') then {_this call DZE_FilterCheats;}; false";
|
||||
class controls;
|
||||
};
|
||||
|
||||
class RscDisplayChannel
|
||||
{
|
||||
idd = 63;
|
||||
onKeyDown = "_handle = if (!isNil 'DZE_FilterCheats') then {_this call DZE_FilterCheats;} else {false;}; _handle";
|
||||
class controls;
|
||||
};
|
||||
class RscPictureGUI
|
||||
{
|
||||
access = 0;
|
||||
|
||||
Reference in New Issue
Block a user