02.10.2016, 21:14
Код:
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.
