16.01.2010, 22:17
Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]) { if(dialogid == 1) { if(response == 1) if(listitem == 0) { new housedetails[] = "-MY TEXT HERE"; ShowPlayerDialog(playerid, 2, DIALOG_STYLE_MSGBOX, "YOUR TITLE", housedetails, "Continue", "Quit"); } return 1; } if(dialogid == 2){ if(response == 1){ ShowPlayerDialog(playerid,1,DIALOG_STYLE_LIST,"My House Options","blah","Select","Finish"); } return 0;