Changing colors of names to grey?
#2

pawn Код:
#define COLOR_GRAY 0xB9B9BFAA
// Put this at the top of your script

public OnPlayerConnect(playerid)
{
    SetPlayerColor(playerid,COLOR_GRAY);
    return 1;
}
Reply


Messages In This Thread
Changing colors of names to grey? - by Limbo - 07.02.2013, 22:11
Re: Changing colors of names to grey? - by Noles2197 - 07.02.2013, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)