try the regular colorchat.inc
use it with
PHP Code:
#include <colorchat>
and
PHP Code:
TeamInfo = get_user_msgid("TeamInfo");
SayText = get_user_msgid("SayText");
in plugin_init()
Syntax:
PHP Code:
public ColorChat(id, Color:type, const msg[], {Float,Sql,Result,_}:...)
Example:
PHP Code:
ColorChat(id, RED, "message");