Changing color of name [Issue]
#2

pawn Код:
if (GetPlayerWantedLevel(playerid) >= 1)
{
    SetPlayerColor(playerid, 0xFF8000C8); //you missed the ;
}
else if (GetPlayerWantedLevel(playerid) == 6)
{
    SetPlayerColor(playerid, 0xFF0000C8);
}
else
{
    SetPlayerColor(playerid, 0xFFFFFFFF);
}
Try that?
Reply


Messages In This Thread
Changing color of name [Issue] - by LukeTheMajor - 10.08.2012, 13:16
Re: Changing color of name [Issue] - by CentyPoo - 10.08.2012, 13:18
Re: Changing color of name [Issue] - by Djole1337 - 10.08.2012, 13:18
Re: Changing color of name [Issue] - by LukeTheMajor - 10.08.2012, 13:27

Forum Jump:


Users browsing this thread: 1 Guest(s)