OnDialogResponse, Whats Wrong?
#4

this probably isnt the best example but here you go:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    switch(dialogid)// this is the switch that chooses which dialog the response was from
    {
        case dialogid: // this is where you put the id of dialog
        {
                                // this is where you put tthe code that happens when the player responds to the dialog
                       }
           }
}
Reply


Messages In This Thread
OnDialogResponse, Whats Wrong? - by PureStyle - 15.05.2011, 18:18
Re: OnDialogResponse, Whats Wrong? - by xRyder - 15.05.2011, 18:25
Re: OnDialogResponse, Whats Wrong? - by PureStyle - 15.05.2011, 18:31
Re: OnDialogResponse, Whats Wrong? - by Hobod - 15.05.2011, 18:36
Re: OnDialogResponse, Whats Wrong? - by PureStyle - 15.05.2011, 18:48
Re: OnDialogResponse, Whats Wrong? - by Elka_Blazer - 15.05.2011, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)