Making a dialog return to a different part of code.
#3

ye but how would that take me back to where the dialog was actually created. because it will look like this:
Код:
///DMV TEST
if(pickupid == dmvcartest)
{
ShowPlayerDialog(playerid, DIALOG_DMV, DIALOG_STYLE_MSGBOX, "DMV Car Licensing", "Would you like to take your car license now? It will cost you $600.", "Yes","No");

///THE DMV CODING

}
because when it reads the dialog box it takes you to
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
So how would i get it back from public on dialog to the pickup code and how would i skip showing the dialog box again =S if you get what i mean.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)