more text in dialog?
#1

Is there any example how can i make more lines in a same dialog? like this:

1
1
1
1
1
1
1
1
1
1
1
1

1
1
1
Reply
#2

Yeah, you can use '\n' to go onto a new line.

Like this.

pawn Код:
"Hi\nMy\nName\nIs\nEiresJason."
Output:
Код:
Hi
My
Name
Is
EiresJason.
Reply
#3

Umm use \n character. It gives newline.
Example
Код:
1\n1\n1\n1\n
EDIT: too late some one already posted :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)