Add block for voice channels

use DZE_DisabledChannels as decribed in configvariables.sqf
This commit is contained in:
icomrade
2016-11-25 13:05:27 -05:00
parent cf64805d10
commit 1097eaba0c
3 changed files with 29 additions and 7 deletions

View File

@@ -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;