20.07.2011, 10:59
ye but how would that take me back to where the dialog was actually created. because it will look like this:
because when it reads the dialog box it takes you to
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.
Код:
///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 }
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])