• Please make sure you are familiar with the forum rules. You can find them here: https://forums.tripwireinteractive.com/index.php?threads/forum-rules.2334636/

Mute players from text chat

I agree,

Though some of players wouldn't mind stupid trolls talking what can be generally regarded as ****ty talks, but some weird ID like "jesus christ" from ducksoup server yesterday talked some serious slurs in game.

The funny thing is he "jesus christ" while on ducksoup server and his buddy who talked stupid trolly slurs including possible racial slurs seems to come up while there's no admins.

I think RO is made for more serious crowds, and at the same time racial slur talking garbages would only offend people in the long run.
 
Upvote 0
It seems that TWI planned commands for that, but for some reason they are not fully implemented...

Code:
	`if(`WITH_TEXT_MUTE)
	else if (cmd ~= "AdminForceTextMute")
	{
		result = MutePlayer(args, true, false);
		return true;
	}
	else if (cmd ~= "AdminForceTextUnMute")
	{
		result = MutePlayer(args, false, false);
		return true;
	}
	`endif
 
Last edited:
Upvote 0