Player names in colors
#2

pawn Код:
public OnPlayerConnect(playerid)
{
 SetPlayerColor(playerid, COLOR_HERE)
 return 1;
}
Or:

pawn Код:
public OnPlayerSpawn(playerid)
{
 SetPlayerColor(playerid, COLOR_HERE)
 return 1;
}
Reply


Messages In This Thread
Player names in colors - by iStrow - 29.03.2012, 19:24
Re: Player names in colors - by Joshb93 - 29.03.2012, 19:27
Re: Player names in colors - by Nicholas. - 29.03.2012, 19:46
Re: Player names in colors - by The__ - 29.03.2012, 19:47
Re: Player names in colors - by iStrow - 29.03.2012, 20:03
Re: Player names in colors - by ReneG - 29.03.2012, 20:19
Re: Player names in colors - by iStrow - 30.03.2012, 17:41

Forum Jump:


Users browsing this thread: 1 Guest(s)