17.08.2010, 07:23
Put this in OnPlayerConnected:
PHP код:
if(PlayerInfo[playerid][Level] >= 1)
{
SetPlayerColor(playerid,red);
}