23.07.2012, 17:24
Troca essa parte por esta:
Estive testando Agora aqui.
pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(Informacoes[i][PlayerAdmin] > 0 || Informacoes[i][PlayerVip] >= 3)
{
Mensagem(i, RED, gString);
}
}