01.03.2010, 13:09
If you didn't already knew you can add new lines:
Output:
This
is
just
a
test.
I don't know how to make it bigger tough
pawn Код:
ShowPlayerDialog(playerid, dialogid, style, caption[], "This\nis\njust\na\ntest", button1[], button2[]);
This
is
just
a
test.
I don't know how to make it bigger tough