19.12.2010, 12:31
Pronto, assim estб perfeito:
Espero ter ajudado
pawn Код:
public LoadMarks()
{
for(new x = 0; x < MAX_PLAYERS; x++)
{
new y = 0;
while(y <= GetMaxPlayers())
{
y++;
if(PlayerInfo[y][pAdministradoresnv] >= 1)
{
SetPlayerMarkerForPlayer(x, y, AZUL_MAR);
}
}
}
}
Espero ter ajudado