Little Help will be nice :D
#3

if(dialogid == DIALOGID+1 // Your Dialog Code
{
if(response)
{
if(listitem == 0)// First Dialog Option
{
return 1;
}
if(listitem == 1)// Second Dialog Option
{
return 1;
}
if(listitem == 2)// back
{
ShowPlayerDialog( playerid, DIALOGID+7, DIALOG_STYLE_LIST, "Dialog Name", "You put your options for your back menu here", "Back", "Cancel"); // They clicked back.
}
}
return 1;
}


If you see how I done it here you will make a code to go back and set it to the dialog id you would like to go back to
Reply


Messages In This Thread
Little Help will be nice :D - by CrazyChoco - 04.06.2012, 19:08
Re: Little Help will be nice :D - by Kajinth - 04.06.2012, 19:21
Re: Little Help will be nice :D - by RoBMoB - 04.06.2012, 19:28
Re: Little Help will be nice :D - by CrazyChoco - 04.06.2012, 21:05
Re: Little Help will be nice :D - by Sandiel - 04.06.2012, 21:29
Re: Little Help will be nice :D - by CrazyChoco - 04.06.2012, 22:28

Forum Jump:


Users browsing this thread: 1 Guest(s)