[Ajuda] 2 Comandos
#6

Tenta aн.
pawn Код:
DonSpeed:admins(playerid,params[])
{
    new Speed[250];
    for(new i, j = GetMaxPlayers(); i != j; i++)
    {
       if(IsPlayerConnected(i))
       {
            GetPlayerName(i, Name, sizeof(Name));
            if(Jogador[i][pAdmin] == 1)
                format(Speed,sizeof(Speed),"%s %s Administrador Level 1\n",Speed, Name);
            if(Jogador[i][pAdmin] == 2)
                format(Speed,sizeof(Speed),"%s %s Administrador Level 2\n",Speed, Name);
            if(Jogador[i][pAdmin] == 3)
                 format(Speed,sizeof(Speed),"%s %s Administrador Level 3\n",Speed, Name);
            if(Jogador[i][pAdmin] == 4)
                format(Speed,sizeof(Speed),"%s %s Administrador Level 4\n",Speed, Name);
            if(Jogador[i][pAdmin] == 5)
                format(Speed,sizeof(Speed),"%s %s Fundador/Script\n",Speed, Name);
       }
       ShowPlayerDialog(playerid, DialogADM, DIALOG_STYLE_MSGBOX, "Administradores", Speed, "Fechar", "");
    }
    return 1;
}
Reply


Messages In This Thread
[Ajuda] 2 Comandos - by Don_Speed - 27.04.2012, 02:17
Re: [Ajuda] 2 Comandos - by Lucas_Alemao - 27.04.2012, 02:21
Re: [Ajuda] 2 Comandos - by zbt - 27.04.2012, 02:23
Re: [Ajuda] 2 Comandos - by Don_Speed - 27.04.2012, 02:39
Re: [Ajuda] 2 Comandos - by zbt - 27.04.2012, 02:41
Re: [Ajuda] 2 Comandos - by ViniBorn - 27.04.2012, 02:43
Re: [Ajuda] 2 Comandos - by Jason` - 27.04.2012, 02:43
Re: [Ajuda] 2 Comandos - by Don_Speed - 27.04.2012, 02:48
Re: [Ajuda] 2 Comandos - by Jason` - 27.04.2012, 02:51
Re: [Ajuda] 2 Comandos - by zbt - 27.04.2012, 02:55

Forum Jump:


Users browsing this thread: 2 Guest(s)