14.04.2012, 03:09
Help me please can u teach me how may i color only "community Owner" and leave other as the same color.:
Код:
else if(PlayerInfo[playerid][pAdmin] >= 99999)
{
new string[128];
format(string, sizeof(string), "(( Community Owner %s: %s ))", GetPlayerNameEx(playerid), params);
OOCOff(COLOR_OOC,string);
}


