why is this happening?
#1

this has never happened befour

Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
	if(dialogid == gundialog)
	{
	    if(response)
	    {
			if(listitem == 0)
			{
			    SendClientMessage(playerid,COLOR_RED,"You Picked Pack 1");
			}
			if(listitem == 1)
			{
			    SendClientMessage(playerid,COLOR_RED,"You Picked Pack 2");
			}
			if(listitem == 2)
			{
			    SendClientMessage(playerid,COLOR_RED,"You Picked Pack 3");
			}
			return 1;
		}
	}
	return 1;
}
if i click anything on my menu nothing happens why?
Reply


Messages In This Thread
why is this happening? - by CrazyBlob - 26.05.2011, 12:12
Re: why is this happening? - by WooTFTW - 26.05.2011, 12:14
Re: why is this happening? - by CrazyBlob - 26.05.2011, 12:15
Re: why is this happening? - by Steven82 - 26.05.2011, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)