Yeah thanks, also I've another stock client_printc (you should know, with \g \t \n...) But I wan't to make a explanation how to use colors of client_printc, so I can't same color codes into output :S)
Also 1 more question, how to copy string from one array to other...
PHP Code:
copy(String2[id][255], 255, String1[id][255]);
replace_all(String2[id][255], 255, "x*", "")
Doesn't work
EDIT 2: also your code this line:
PHP Code:
message_begin(id ? MSG_ONE_UNRELIABLE : MSG_BROADCAST, iMsgSayText, id);
has error, that argument type mismatch (3rd argument, the problem is in "id" ..)