Commands Dailog Problem"s
#1

I Have An Problem With My Commands Dailog
Its To Large i need it on Small And When player Type Command A Page open and SHows commands and Down A Next Page Option See On Picks

Need Same Like This Next Page Option!!!


And This is My Commands Page Very Large
Reply
#2

Better to use textdraws really.
Reply
#3

No textdraws plz help me with i need next page Tab
Reply
#4

Sorry For Double Post

H E L P M E PLZ
Reply
#5

Use the \n.
Reply
#6

Stop double posting

Use OnDialogResponse to detect if a player have pressed the "Next Page" button on the specific dialog ID
Reply
#7

Quote:
Originally Posted by BigETI
Посмотреть сообщение
Stop double posting

Use OnDialogResponse to detect if a player have pressed the "Next Page" button on the specific dialog ID
Some Example : Plz
Reply
#8

pawn Код:
// Command
ShowPlayerDialog(playerid, 10, DIALOG_STYLE_MSGBOX, "You Dialog", "commands...", "Next", "Cancel");

//in OnDialogResponse
if(dialogid == 10)
{
   if(response)//button Next
  {
      //Page 2
      ShowPlayerDialog(playerid, 10+1, DIALOG_STYLE_MSGBOX, "You Dialog", "commands 2...", "Next", "Cancel");
  }
  else return 1;// button close
}
Reply
#9

thank you iKen Rep+ Added
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)