How to make it so you cant escape the dialog
#2

Код:
			if(dialogid == dialogID)
			{
			  if(response == 1)
			  {
			    //do something here
				}
				else
				{
				  ShowPlayerDialog(playerid, dialogID, DIALOG_STYLE_INPUT, "blalala:", "blalalal", "Okay","Quit");
				}
			}
Only example.

You have to use else.
Reply


Messages In This Thread
How to make it so you cant escape the dialog - by JoeDaDude - 20.01.2010, 21:04
Re: How to make it so you cant escape the dialog - by kamilbam - 20.01.2010, 21:08
Re: How to make it so you cant escape the dialog - by JoeDaDude - 20.01.2010, 21:11
Re: How to make it so you cant escape the dialog - by kamilbam - 20.01.2010, 21:28

Forum Jump:


Users browsing this thread: 1 Guest(s)