0.3 menu
#6

Quote:
Originally Posted by thuron
hmm, is anyone able to make a good tutorial about creating menu's in 0.3?? i have seen 1, but that was a menu with only 2 levels ( with 2 levels i mean that you click on select somewhere, and the click somewhere and something happens like a teleport. i need like 3 levels: Main->InputBox->totalcost + buy button. but it wont work)
I don't see how you could do 2 levels, and then not 3.

pawn Код:
switch(dialogid)
{
  case 1:
  {
    if(!response)return 1;
    ShowPlayerDialog(playerid,2,.......);
  }
  case 2:
  {
    if(!response)ShowPlayerDialog(playerid,1,......);
    ShowPlayerDialog(playerid,3,.......);
  }
  case 3:
  {
    if(!response)ShowPlayerDialog(playerid,2,.......);
    SendClientMessage(playerid,0xFF0000FF,"LULULULULUL");
  }
}
Reply


Messages In This Thread
0.3 menu - by thuron - 26.10.2009, 21:10
Re: 0.3 menu - by thuron - 27.10.2009, 09:10
Re: 0.3 menu - by SiJ - 27.10.2009, 12:16
Re: 0.3 menu - by thuron - 27.10.2009, 16:30
Re: 0.3 menu - by thuron - 27.10.2009, 17:03
Re: 0.3 menu - by Joe Staff - 27.10.2009, 18:09
Re: 0.3 menu - by Daren_Jacobson - 27.10.2009, 18:46
Re: 0.3 menu - by thuron - 27.10.2009, 18:52
Re: 0.3 menu - by thuron - 27.10.2009, 19:11
Re: 0.3 menu - by Daren_Jacobson - 27.10.2009, 19:13

Forum Jump:


Users browsing this thread: 7 Guest(s)