how create back button
#6

A basic exemple for you:

pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOGID)
{
if(response == 0)
{
//BACK FUNCTION
}
//----------------------------------------------------------------
if(response)
{
if(listitem == 0)
{
//FIRST LIST ITEM
}
if(listitem == 1)
{
SECOND ITEM
}
...

}
}
return 0;
}
Reply


Messages In This Thread
how create back button - by jasonnw666 - 29.01.2010, 21:29
Re: how create back button - by LuxurioN™ - 29.01.2010, 21:33
Re: how create back button - by jasonnw666 - 29.01.2010, 21:54
Re: how create back button - by LuxurioN™ - 29.01.2010, 22:05
Re: how create back button - by jasonnw666 - 29.01.2010, 22:16
Re: how create back button - by LuxurioN™ - 29.01.2010, 22:24
Re: how create back button - by jasonnw666 - 29.01.2010, 22:34
Re: how create back button - by LuxurioN™ - 29.01.2010, 22:40
Re: how create back button - by jasonnw666 - 29.01.2010, 22:43
Re: how create back button - by LuxurioN™ - 29.01.2010, 22:45

Forum Jump:


Users browsing this thread: 3 Guest(s)