16.03.2014, 04:04
if(PlayerInfo[playerid][AdminLevel] >= 1)
{
new str[128];
format(str, sizeof(str), "%s: {89cff0}%s", GetName(playerid), text[1]);
}
This code wont work to give admins a special colour on their chat 'text'. Can someone tell what went wrong?
{
new str[128];
format(str, sizeof(str), "%s: {89cff0}%s", GetName(playerid), text[1]);
}
This code wont work to give admins a special colour on their chat 'text'. Can someone tell what went wrong?