Changing color of name [Issue]
#4

Hi,

I'll post the full code

Код:

public OnPlayerSpawn(playerid)
{
   	if (GetPlayerWantedLevel(playerid) >= 1)
	{
	SetPlayerColor(playerid, 0xFFFFFFFF);
	}
    else if (GetPlayerWantedLevel(playerid) == 6)
    {
	SetPlayerColor(playerid, 0xFFFFFFFF);
	}
    else
	{
	SetPlayerColor(playerid, 0xFFFFFFFF);
    return 1;
  }
}
public OnPlayerDeath(playerid, killerid, reason)
{
	return 1;
}
Any issues?
Reply


Messages In This Thread
Changing color of name [Issue] - by LukeTheMajor - 10.08.2012, 13:16
Re: Changing color of name [Issue] - by CentyPoo - 10.08.2012, 13:18
Re: Changing color of name [Issue] - by Djole1337 - 10.08.2012, 13:18
Re: Changing color of name [Issue] - by LukeTheMajor - 10.08.2012, 13:27

Forum Jump:


Users browsing this thread: 1 Guest(s)