Dialog question
#1

I want to know how to show a player a dialog with information(texts) then press "next" and the words will continue, Read the wiki about ShowPlayerDialog, But it comes with error on the dialogid, What to do ?
Reply
#2

replace dialogid with your dialog id, (e.g: 1)
Reply
#3

and how can i make a new line in the dialog ? For dialog style 0 ?
Reply
#4

Quote:
Originally Posted by Le3aT
Посмотреть сообщение
and how can i make a new line in the dialog ? For dialog style 0 ?
When you have text, new lines can be created by using this handy thing: \n
Reply
#5

I add colors normally like sendclientmessage, Right ? Like {FFFFF} which is red
Reply
#6

No, you need add to this inside ShowPlayerDialog, like I make exmple to you:
pawn Код:
ShowPlayerDialog(playerid, 137, DIALOG_STYLE_MSGBOX , "{AC0404}Dialog Head:", "Text1\n Testin 1 \n Testing 2 \n Testing 3 \n Testing 4\n Need help?", "OK","Out");
Reply
#7

make one button as "Next" .. in dialog..
Now on dialogresponse..make use of "Next" button to display a new dialog.. its sooo simple.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)