[Ajuda] Dialog
#4

aqui esta o comando

pawn Код:
dcmd_lojablh(playerid, params[])
{
    #pragma unused params
    if(GetTickCount() - AntiFlood[playerid][1] < 10000)
    {
        format(thestring, 128, "[ERRO] Vocк precisa esperar %d segundos para usar esse comando novamente!",20-(GetTickCount() - AntiFlood[playerid][1])/1000);
        SendClientMessage(playerid, COLOR_GREY, thestring);
        return 1;
    }
    ShowPlayerDialog(playerid, 999, DIALOG_STYLE_LIST, "Loja BLH", "VIP", "Confirmar", "Cancelar");
    return 1;
}
Reply


Messages In This Thread
Dialog - by BigRet - 18.06.2014, 13:02
Re: Dialog - by MultiKill - 18.06.2014, 14:58
Re: Dialog - by ProKillerpa - 18.06.2014, 15:02
Re: Dialog - by BigRet - 18.06.2014, 23:39
Respuesta: Dialog - by [BWL]Chamaleon - 19.06.2014, 03:38

Forum Jump:


Users browsing this thread: 1 Guest(s)