19.06.2013, 16:18
This is the code
And when i use /o It is not Colored Name i just see the {0xff0000FF} Stuff.
Код:
else if(PlayerInfo[playerid][pAdmin] >= 99999)
{
new string[128];
format(string, sizeof(string), "(( {0xff0000FF} Server Owner {0xffffffFF} %s: %s ))", GetPlayerNameEx(playerid), params);
OOCOff(COLOR_OOC,string);
}

