24.02.2011, 10:04
Sorry my bad.
Here
Here
Код:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid, White);
for(new All = 0; All < MAX_PLAYERS; All++)
{
SetPlayerMarkerForPlayer(playerid, All, 0xFFFFFF00);
}
return 1;
}

