Colors.
#1

Код:
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;
}
Could somebody tell me why this isn't working?

i've it all ways and it still doesn't work.
Reply


Messages In This Thread
Colors. - by CannonBolt - 02.10.2016, 21:14
Re: Colors. - by MCZOFT - 04.10.2016, 12:51
Re: Colors. - by GoldenLion - 04.10.2016, 13:02
Re: Colors. - by MCZOFT - 04.10.2016, 13:13
Re: Colors. - by GoldenLion - 04.10.2016, 13:16
Re: Colors. - by Crayder - 04.10.2016, 13:18
Re: Colors. - by CannonBolt - 09.10.2016, 16:50
Re: Colors. - by azzerking - 09.10.2016, 17:03
Re: Colors. - by CannonBolt - 09.10.2016, 17:06
Re: Colors. - by Crayder - 09.10.2016, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)