PHP Code:
public ColorChat(id, Color:type, const msg[], {Float,Sql,Result,_}:...)
Have a look in colorchat.inc:
PHP Code:
if(cs_get_user_team(plr) == CS_TEAM_T)
ColorChat(0, RED, "^3%s ^1(RADIO): Fire in the hole!", sPlrName)
else if (cs_get_user_team(plr) == CS_TEAM_CT)
ColorChat(0, BLUE, "^3%s ^1(RADIO): Fire in the hole!", sPlrName)
or something like that.
__________________