Dialog Help
#5

Код:
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;
Reply


Messages In This Thread
Dialog Help - by lRaged - 16.01.2010, 18:56
Re: Dialog Help - by lRaged - 16.01.2010, 21:06
Re: Dialog Help - by MadeMan - 16.01.2010, 21:09
Re: Dialog Help - by lRaged - 16.01.2010, 22:09
Re: Dialog Help - by ray187 - 16.01.2010, 22:17

Forum Jump:


Users browsing this thread: 1 Guest(s)