[HELP] Name colors
#1

Hello, i'm all gone i cant figure out how to change players color, for example
Код:
	if(IsPlayerConnected(playerid))
		{
			if(PlayerInfo[playerid][pMember] == 1||PlayerInfo[playerid][pLeader] == 1)
			{
SetPlayerColor(i,COLOR_COLOR_LIGHTBLUE);
					return 1;
	if(IsPlayerConnected(playerid))
		{
			if(PlayerInfo[playerid][pMember] == 2||PlayerInfo[playerid][pLeader] == 2)
			{
SetPlayerColor(i,COLOR_COLOR_BLUE);
					return 1;
}
{
	if(IsPlayerConnected(playerid))
		{
			if(PlayerInfo[playerid][pMember] == 3||PlayerInfo[playerid][pLeader] == 3)
			{
SetPlayerColor(i,COLOR_COLOR_RED);
					return 1;
}
{
Could that work?
Reply


Messages In This Thread
[HELP] Name colors - by guaid - 16.08.2009, 13:35
Re: [HELP] Name colors - by MenaceX^ - 16.08.2009, 13:55
Re: [HELP] Name colors - by guaid - 16.08.2009, 14:16
Re: [HELP] Name colors - by guaid - 16.08.2009, 16:09
Re: [HELP] Name colors - by MenaceX^ - 16.08.2009, 16:32
Re: [HELP] Name colors - by guaid - 16.08.2009, 17:32

Forum Jump:


Users browsing this thread: 1 Guest(s)