23.02.2011, 15:22
Doesnt work:
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid, White);
for(new All = 0; All < MAX_PLAYERS; All++)
{
SetPlayerMarkerForPlayer(playerid, All, 0xFFFFFF00);
}
return 0;
}
public OnPlayerConnect(playerid)
{
SetPlayerColor(playerid, White);
for(new All = 0; All < MAX_PLAYERS; All++)
{
SetPlayerMarkerForPlayer(playerid, All, 0xFFFFFF00);
}
return 0;
}