I think it is for voice chat only also.
I could make it so that individuals could mute other people's chat, however, I wouldn't be able to do it with colour.
If you are interested in knowing the problem I am having, for the colour chat you need something similar to:
Code:
public handle_say(id)
{
message_begin(MSG_ONE, get_user_msgid("SayText"), {0,0,0}, id);
write_byte(id);
write_string("^x03Name ^x01 : message");
message_end();
}
It is just that the ^x03 represents your team coloured chat (eg red for terrorists, blue for counter-terrorists), and if someone from another team messages, then it turns up in your team's colour, so I would end up just using the "client_print" command (with no colour).
__________________
Microsoft Word has encountered an error.
As a result of this your bank account has been emptied, your credit cards maxed out & your family has been brutally murdered.
Thank-you for using Microsoft Products.