30.06.2011, 17:54
Quote:
|
First of all,
Код:
ShowPlayerDialog(playerid,79,DIALOG_STYLE_LIST,"He lp","\0cmds\n2012\n... That aside, I think you can use a backslash to continue the string on a new line. Код:
ShowPlayerDialog(
playerid,
79,
DIALOG_STYLE_LIST,
"He lp",
"cmds\n \
ban\n \
unban",
"Done",
"Cancel"
);
|


