[Ajuda] Dialog
#10

vc esta usando zcmd?

se nao estiver usando e tiver usando strcmp aqui tem:

pawn Код:
if(strcmp(cmdtext,"/teste", true) == 0)
{
    if(admtrampando[playerid] >= 1 || IsPlayerAdmin(playerid))
    {
        ShowPlayerDialog(playerid,5,DIALOG_STYLE_MSGBOX,"admin","COMANDOS DE ADM","OK","FECHAR");
    }
    else
    {
        SendClientMessage(playerid, 0xFF0000AA, "Nao es admin.");
    }
    return 1;
}
Reply


Messages In This Thread
Dialog - by matadorct6 - 02.08.2013, 16:55
Re: Dialog - by darkxdll - 02.08.2013, 16:59
Re: Dialog - by TheKoDaK - 02.08.2013, 17:00
Re: Dialog - by matadorct6 - 02.08.2013, 17:09
Re: Dialog - by matadorct6 - 02.08.2013, 17:19
Re: Dialog - by darkxdll - 02.08.2013, 17:25
Re: Dialog - by matadorct6 - 02.08.2013, 17:39
Re: Dialog - by PT - 02.08.2013, 17:54
Re: Dialog - by matadorct6 - 02.08.2013, 18:03
Re: Dialog - by PT - 02.08.2013, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)