Help me Rep+++
#1

Please help me in the following how can i color only Community Director to color red:
Код:
else if(PlayerInfo[playerid][pAdmin] == 99999) format(szMessage, sizeof(szMessage), "[Community Director] %s: %s", GetPlayerNameEx(playerid), params);
Reply
#2

pawn Код:
else if(PlayerInfo[playerid][pAdmin] > 99999)
{
    format(szMessage, sizeof(szMessage), "[Community Director] %s: %s", GetPlayerNameEx(playerid), params);
    SetPlayerColor(playerid, 0xFF0000FF); //will set player color to red
}
Reply
#3

Thanks if it works anyhow reped+
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)