19.09.2010, 18:03
Add a backslash (\) somewhere in your line, then continue on the next one like so:
pawn Код:
ShowPlayerDialog(playerid, E_DIALOG_WHATEVER, "Random infobox", "\
this is some very long text and \
alot of info that we want \
to split into multiple lines.", "Ok", "Cancel");