[Ajuda] Comando
#1

Eu criei um comando que mostra todos os admins ,Mas eu n sei se esta certo e no que eu errei

O comando nгo abre tbm

Se estiver algo de errado fale para que eu conserte pf

pawn Код:
dcmd_equipe(playerid, params[])
 {
            #pragma unused params
            new file[64],string[2024], Org[32];
            format(file, sizeof(file), "/RPG/users/%s.ini", Player[playerid][pName]);
           
            if(Player[playerid][pAdmin] >= 1)
            {
                format(string,2048,"%s", Player[playerid][pName]);
            }
           
            return ShowPlayerDialog(playerid, 2024, DIALOG_STYLE_LIST, Org, string, "Fechar", "");
           
}
Reply


Messages In This Thread
Comando - by BigRet - 26.08.2014, 23:47
Re: Comando - by Rodney Francalim - 26.08.2014, 23:52
Re: Comando - by DogeMan - 26.08.2014, 23:56
Re: Comando - by BigRet - 27.08.2014, 00:03
Re: Comando - by Rodney Francalim - 27.08.2014, 00:05
Re: Comando - by BigRet - 27.08.2014, 00:15
Re: Comando - by Rodney Francalim - 27.08.2014, 00:39
Re: Comando - by BigRet - 27.08.2014, 00:48

Forum Jump:


Users browsing this thread: 7 Guest(s)