Ingame Chat question

User avatar
LunaticChick
Posts: 428
Joined: Fri Dec 09, 2011 6:13 pm

Ingame Chat question

Post by LunaticChick »

Is there a way to stop/block the chat text during a game?
jINKS{OZ}
Posts: 229
Joined: Sat Aug 11, 2018 5:15 pm

Re: Ingame Chat question

Post by jINKS{OZ} »

U can silence a person or mute a person using TAB
User avatar
LunaticChick
Posts: 428
Joined: Fri Dec 09, 2011 6:13 pm

Re: Ingame Chat question

Post by LunaticChick »

Yeah thanks but I know that :) Was hoping it would be an easy fix ...
jINKS{OZ}
Posts: 229
Joined: Sat Aug 11, 2018 5:15 pm

Re: Ingame Chat question

Post 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
User avatar
LunaticChick
Posts: 428
Joined: Fri Dec 09, 2011 6:13 pm

Re: Ingame Chat question

Post by LunaticChick »

Boyfriend huh ... news to me and I dont need no stinking boyfriend :jlol:
jINKS{OZ}
Posts: 229
Joined: Sat Aug 11, 2018 5:15 pm

Re: Ingame Chat question

Post 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.
User avatar
KILROY
Posts: 1315
Joined: Sat Apr 05, 2014 8:59 pm
Location: Texas

Re: Ingame Chat question

Post 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."
perrinoia
Site Admin
Posts: 3732
Joined: Sun Jul 01, 2012 7:18 pm

Re: Ingame Chat question

Post 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;
}
Image
User avatar
KILROY
Posts: 1315
Joined: Sat Apr 05, 2014 8:59 pm
Location: Texas

Re: Ingame Chat question

Post 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.
perrinoia
Site Admin
Posts: 3732
Joined: Sun Jul 01, 2012 7:18 pm

Re: Ingame Chat question

Post by perrinoia »

I could add a toggle. Which key would you like to bind it to?
Image
Post Reply