Dialogbox[BUTTONS] REP ++
#9

Quote:
Originally Posted by NoDi522
Посмотреть сообщение
I mean "close" button is used for it? lol. If i understood you,you want something to happen after pressing close?

Here is an example:

PHP код:
if(!response) return SendClientMessage(playerid,-1,"You closed dialog"); 
Yeah you get what I'm trying to say here :P
But where should I add your code? Where ever or how ever I add it ,I get errors.


Код:
if(dialogid==101)
	{
	    if(response)
	        {
		if(listitem==0)
				{
				ShowPlayerDialog(playerid,101,DIALOG_STYLE_LIST,"Commands","/info\n/darules","Close","");
				return 1;
				}
			}

	}
return 1;
}
Reply


Messages In This Thread
Dialogbox[BUTTONS] REP ++ - by NviDa - 16.04.2015, 13:59
Re: Dialogbox[BUTTONS] REP ++ - by RoboN1X - 16.04.2015, 14:09
Re: Dialogbox[BUTTONS] REP ++ - by ATGOggy - 16.04.2015, 14:12
Re: Dialogbox[BUTTONS] REP ++ - by NviDa - 16.04.2015, 14:20
Re: Dialogbox[BUTTONS] REP ++ - by ATGOggy - 16.04.2015, 14:31
Re: Dialogbox[BUTTONS] REP ++ - by NviDa - 16.04.2015, 14:37
Re: Dialogbox[BUTTONS] REP ++ - by SickAttack - 16.04.2015, 14:54
Re: Dialogbox[BUTTONS] REP ++ - by NoDi522 - 16.04.2015, 14:55
Re: Dialogbox[BUTTONS] REP ++ - by NviDa - 16.04.2015, 15:05
Re: Dialogbox[BUTTONS] REP ++ - by ATGOggy - 16.04.2015, 15:07

Forum Jump:


Users browsing this thread: 1 Guest(s)