Nickname colour changing
#1

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;
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)