09.08.2013, 14:35
I don't want to change the player's name colour but how to do it in this script:
pawn Код:
if(IsPlayerAdmin(playerid))
{
new pName[MAX_PLAYER_NAME], String[128];
GetPlayerName(playerid, pName, 24);
format(String, sizeof(String), "{33CC00}[{FFFFFF}OWNER{33CC00}]{FF0000}%s{FFFFFF} :(%i) %s", pName, playerid, text);
SendClientMessageToAll(COLOR_WHITE,String);
return 0;
}