[Ajuda] 2 Comandos
#2

nгo testei
pawn Код:
DonSpeed:admins(playerid,params[])
{
    new Speed[250];
    new _val[250];
    new pname[24];
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
       if(IsPlayerConnected(i))
       {
            GetPlayerName(i, pname, 24));
            if(Jogador[i][pAdmin] == 1) format(Speed,sizeof(Speed)," %d Administrador Level 1\n", pname);
            strcat(_val, Speed);
            if(Jogador[i][pAdmin] == 2) format(Speed,sizeof(Speed)," %d Administrador Level 2\n", pname);
            strcat(_val, Speed);
            if(Jogador[i][pAdmin] == 3) format(Speed,sizeof(Speed)," %d Administrador Level 3\n", pname);
            strcat(_val, Speed);
            if(Jogador[i][pAdmin] == 4) format(Speed,sizeof(Speed)," %d Administrador Level 4\n", pname);
            strcat(_val, Speed);
            if(Jogador[i][pAdmin] == 5) format(Speed,sizeof(Speed)," %d Fundador/Script\n", pname);
            strcat(_val, Speed);
       }
       ShowPlayerDialog(playerid, DialogADM, DIALOG_STYLE_MSGBOX, "Administradores", _val, "Fechar", "");
    }
    return 1;
}
oq й esse IDC? e poste o cmd de criar os carros
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: 5 Guest(s)