04.02.2017, 20:49
Bem, tenta assim:
faz um "menor" e se der certo vocк faz o resto.
pawn Код:
new string[120];
for(new i =0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
new admin1 = PlayerInfo[i][pAdmin] == 1)lolz = "1"; // por ai vai
format(string, sizeof(string), "%s", admin1);
ShowPlayerDialog(playerid, DIALOG_DEFINA, DIALOG_STYLE_LIST,"admins onlin", string, "Ok","");
}
}