Hi all,
How to disables somebody chat? I used the command /cg_chattime "0", the player itself doesnt see any chat, but the others still can see it
Printable View
Hi all,
How to disables somebody chat? I used the command /cg_chattime "0", the player itself doesnt see any chat, but the others still can see it
Just don't call self ClientCommand() in CodeCallback_PlayerCommand(args), aka return; out of that callback:
http://killtube.org/showthread.php?1...Builtin-B3!%29
Off-Topic: I added [c]1 + 2[/c], which will look like 1 + 2. So we can highlight code/data in text :^)
Yeah after a good night of sleeping I realized that. Thanks!