OnDialogResponse
#5

Mmh, can you show me your command or function where you put ShowPlayerDialog like the others said?
Also put it like this:
pawn Код:
if(dialogid == DIALOG_NWEAPONS)
{
    if(response)
    {
        switch(listitem)
        {
            case 0: GivePlayerWeapon(playerid, 9 , 1);
            case 1: GivePlayerWeapon....
            //and so on...
        }
   }
}
Reply


Messages In This Thread
OnDialogResponse - by Ananisiki - 20.03.2014, 05:44
Re: OnDialogResponse - by ]Rafaellos[ - 20.03.2014, 06:11
Re: OnDialogResponse - by azzerking - 20.03.2014, 06:12
Re: OnDialogResponse - by Ananisiki - 03.04.2014, 19:40
AW: OnDialogResponse - by Macronix - 03.04.2014, 19:47
Re: OnDialogResponse - by EiresJason - 03.04.2014, 19:49
Re: OnDialogResponse - by Ananisiki - 03.04.2014, 20:57

Forum Jump:


Users browsing this thread: 1 Guest(s)