29.04.2012, 16:42
You should set the colour of the name when they connect/spawn.
Give reputation if I helped.
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid, 0xFF0000FF);
return 1;
}