[HELP] Whats wrong?
#3

pawn Код:
public OnPlayerUpdate(playerid)
{
    new wantedlevel;
    wantedlevel = GetPlayerWantedLevel(playerid);
    if(wantedlevel =< 2) SetPlayerColor(COLOR_LIGHTRED);
    if(wantedlevel => 3) SetPlayerColor(COLOR_RED);
    return 1;
}
Try it.
Reply


Messages In This Thread
[HELP] Whats wrong? - by Thrarod - 12.03.2010, 15:11
Re: [HELP] Whats wrong? - by Thrarod - 12.03.2010, 15:24
Re: [HELP] Whats wrong? - by Jeffry - 12.03.2010, 15:31
Re: [HELP] Whats wrong? - by ¤Adas¤ - 12.03.2010, 15:31
Re: [HELP] Whats wrong? - by aircombat - 12.03.2010, 15:48
Re: [HELP] Whats wrong? - by Thrarod - 12.03.2010, 16:37
Re: [HELP] Whats wrong? - by Extremo - 12.03.2010, 16:39
Re: [HELP] Whats wrong? - by adsy - 12.03.2010, 16:39
Re: [HELP] Whats wrong? - by Extremo - 12.03.2010, 16:44

Forum Jump:


Users browsing this thread: 3 Guest(s)