[Ajuda] Victor se vir isto me ajude
#2

pawn Код:
#include <a_samp>

#define ID 0

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == ID)
    {
        if(response)
        {
            if(listitem == 0)
            {
            }
        }//Faltou esta chave
    }
    else
    {
    }
    return 1;
}


public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmdtext, "/comando", true) == 0)
    {
        ShowPlayerDialog(playerid,ID,DIALOG_STYLE_LIST,"Exemplo","Exemplo Dialog","OK","Cancelar");
        return 1;
    }
    return 0;
}
Vou corrigir esse bug o mais rapido possivel
Reply


Messages In This Thread
Victor se vir isto me ajude - by brunoboy - 21.07.2012, 01:13
Re: Victor se vir isto me ajude - by Victor' - 21.07.2012, 01:18
AW: Victor se vir isto me ajude - by RedBulL_x - 21.07.2012, 01:19
Re : Victor se vir isto me ajude - by brunoboy - 21.07.2012, 01:31
Re: Victor se vir isto me ajude - by Victor' - 21.07.2012, 01:57
Re : Victor se vir isto me ajude - by brunoboy - 21.07.2012, 01:58

Forum Jump:


Users browsing this thread: 1 Guest(s)