Help with dialog
#1

I maded list of dialog and my question is how can i add a command to player if he clicked on the itemlist 0

something like this:

Код:
if(dialogid == 147147)
{
   if(response)
   {
	if(listitem == 0)
	{
	return /v buy 473
	}
   }
   else{SendClientMessage(playerid, 0xFFFFFFFF, "You canceled!");}
}
Reply


Messages In This Thread
Help with dialog - by Ben147 - 29.03.2010, 08:58
Re: Help with dialog - by jamesbond007 - 29.03.2010, 09:32
Re: Help with dialog - by Ben147 - 29.03.2010, 09:37
Re: Help with dialog - by jamesbond007 - 29.03.2010, 09:41
Re: Help with dialog - by biltong - 29.03.2010, 09:52

Forum Jump:


Users browsing this thread: 1 Guest(s)