OnDialogResponse
#3

Or you could use a switch, a bit better

And you must "return 0;" at the end

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)
    {
        case 0:
        {
             //Dialog components
        }
        case 1:
    }
    return 0;
}
Reply


Messages In This Thread
OnDialogResponse - by NviDa - 19.04.2014, 09:30
Re: OnDialogResponse - by Blast3r - 19.04.2014, 09:53
Re: OnDialogResponse - by xVIP3Rx - 19.04.2014, 11:50

Forum Jump:


Users browsing this thread: 2 Guest(s)