30.06.2011, 17:48
First of all,
Wiki: Null Character
That aside, I think you can use a backslash to continue the string on a new line.
Check if that compiles for me, I don't have a pawn compiler on this computer.
Код:
ShowPlayerDialog(playerid,79,DIALOG_STYLE_LIST,"He lp","\0cmds\n2012\n...
Quote:
|
Today the character has much more significance in C and its derivatives and in many data formats, where it serves as a reserved character used to signify the end of a string, |
Код:
ShowPlayerDialog(
playerid,
79,
DIALOG_STYLE_LIST,
"He lp",
"cmds\n \
ban\n \
unban",
"Done",
"Cancel"
);


