Page 1 of 2

Ingame Chat question

Posted: Fri Oct 19, 2018 1:21 pm
by LunaticChick
Is there a way to stop/block the chat text during a game?

Re: Ingame Chat question

Posted: Fri Oct 19, 2018 2:55 pm
by jINKS{OZ}
U can silence a person or mute a person using TAB

Re: Ingame Chat question

Posted: Fri Oct 19, 2018 4:58 pm
by LunaticChick
Yeah thanks but I know that :) Was hoping it would be an easy fix ...

Re: Ingame Chat question

Posted: Fri Oct 19, 2018 7:14 pm
by jINKS{OZ}
I think Presto script pack has a way to mute. It's kind of serious guys someone is stalking lunatic and saying she's there girlfriend o_0

Re: Ingame Chat question

Posted: Fri Oct 19, 2018 7:31 pm
by LunaticChick
Boyfriend huh ... news to me and I dont need no stinking boyfriend :jlol:

Re: Ingame Chat question

Posted: Fri Oct 19, 2018 8:20 pm
by jINKS{OZ}
well the term was "cuckmare" but discord said u were in the server and i couldant tell who was u so i just assumed.

Re: Ingame Chat question

Posted: Fri Oct 19, 2018 10:42 pm
by KILROY
In game hit your "K" key, a pop-up menu will come up and you can deselect the chat menu. To turn it back on, just re-check the chat menu option.

EDIT: Keep in mind, by doing this, you will not receive any ongoing game play either, or if giving commands on a team vs. map, like when you say: "Going Offense."

Re: Ingame Chat question

Posted: Fri Oct 19, 2018 11:46 pm
by perrinoia
I wrote a script for S']['U once that blocked all messages from clients other than the server. It wasn't the script he wanted. It was the script he needed. :trolol:

Code: Select all

function onClientMessage(%client, %msg)
{
	if(%client)
		$lastClientMessage = %client;
	
	// filter messages here
	return %client == 2048;
}

Re: Ingame Chat question

Posted: Sat Oct 20, 2018 12:01 am
by KILROY
That's cool! Do you have the selection to use and not use it? That would be something I would add to an update.

Re: Ingame Chat question

Posted: Sat Oct 20, 2018 6:24 am
by perrinoia
I could add a toggle. Which key would you like to bind it to?