How to create new dialog response?
#4

No he means you add

Код:
if(dialogid == 1)
{
	if(response)
	{
	// something here
	}
}
if(dialogid == 2)//another dialog
{
	if(response)
	{
	// something here
	}
}
under the OnDialogResponse callback.
Reply


Messages In This Thread
How to create new dialog response? - by Kukkurloom - 01.05.2012, 16:02
Re: How to create new dialog response? - by TzAkS. - 01.05.2012, 16:07
Re: How to create new dialog response? - by Kukkurloom - 01.05.2012, 16:41
Re: How to create new dialog response? - by Carbonite - 01.05.2012, 16:44
Re: How to create new dialog response? - by Kukkurloom - 01.05.2012, 17:55
Re: How to create new dialog response? - by FL1K3R - 01.05.2012, 18:26
Re: How to create new dialog response? - by Kukkurloom - 01.05.2012, 18:48
Re: How to create new dialog response? - by Kukkurloom - 02.05.2012, 11:32
Re: How to create new dialog response? - by MadeMan - 02.05.2012, 12:17
Re: How to create new dialog response? - by Kukkurloom - 02.05.2012, 12:31

Forum Jump:


Users browsing this thread: 2 Guest(s)