04.10.2016, 13:02
Quote:
.... give us more we'll help you more .
you're missing something where is the stocks of SetPlayerWantedColor .. GetPlayerWanted... where r the IF conditions on your " OnPlayerUpdate " Revise your Sctructors PHP код:
Good luck |
Second: do you see that he uses SetPlayerColor and GetPlayerWantedLevel, which are the premade functions? Why would he need to make some custom ones?
Third: you copied the switch from SA-MP wiki lol.
Quote:
Код:
forward WantedLevelColour(playerid); public WantedLevelColour(playerid) { switch(GetPlayerWantedLevel(playerid)) { case 0: SetPlayerColor(playerid, COLOR_WHITE); case 1: SetPlayerColor(playerid, COLOR_PURPLE); default: SetPlayerColor(playerid, COLOR_RED); } return 1; } i've it all ways and it still doesn't work. |