4.2.2 release #62
@@ -15,7 +15,13 @@ addMissionEventHandler ["HandleChatMessage",
|
|||||||
{
|
{
|
||||||
params ["_channel", "_owner", "_from", "_text", "_person", "_name", "_strID", "_forcedDisplay", "_isPlayerMessage", "_sentenceType", "_chatMessageType"];
|
params ["_channel", "_owner", "_from", "_text", "_person", "_name", "_strID", "_forcedDisplay", "_isPlayerMessage", "_sentenceType", "_chatMessageType"];
|
||||||
|
|
||||||
|
if ( missionNamespace getVariable ["milsim_globalChat", false] ) exitWith{ false };
|
||||||
if ( missionNamespace getVariable ["milsim_sideChat", false] ) exitWith{ false };
|
if ( missionNamespace getVariable ["milsim_sideChat", false] ) exitWith{ false };
|
||||||
|
if ( missionNamespace getVariable ["milsim_commandChat", false] ) exitWith{ false };
|
||||||
|
if ( missionNamespace getVariable ["milsim_groupChat", false] ) exitWith{ false };
|
||||||
|
if ( missionNamespace getVariable ["milsim_vehicleChat", false] ) exitWith{ false };
|
||||||
|
if ( missionNamespace getVariable ["milsim_directChat", false] ) exitWith{ false };
|
||||||
|
|
||||||
|
|
||||||
if (_channel != 1) exitWith { false };
|
if (_channel != 1) exitWith { false };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user