Help neededwith message boxes
#2

Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	if(dialogid == 0)
	{
	    if(listitem == 0)
	    {
	        // Option one on the menu goes here
	    }
	    if(listitem == 1)
	    {
	        // Option two on the menu goes here
	    }
	    if(listitem == 2)
	    {
	        // Option three on the menu goes here
	    }
	    return 1;
	}
}
Reply


Messages In This Thread
Help neededwith message boxes - by Subwoofer - 24.03.2012, 22:17
Re: Help neededwith message boxes - by The DeLuca - 25.03.2012, 02:29
Re: Help neededwith message boxes - by Subwoofer - 25.03.2012, 14:16
AW: Help neededwith message boxes - by Campbell- - 25.03.2012, 14:24
Re: AW: Help neededwith message boxes - by Subwoofer - 25.03.2012, 20:50

Forum Jump:


Users browsing this thread: 6 Guest(s)