05.09.2018, 15:44
What's wrong with this dialog:
error 075: input line too long (after substitutions)
error 029: invalid expression, assumed zero
error 017: undefined symbol "tShows"
error 017: undefined symbol "a"
fatal error 107: too many error messages on one line
pawn Код:
CMD:testing(playerid)
{
ShowPlayerDialog(playerid, DIALOG_CMDS, DIALOG_STYLE_TABLIST_HEADERS, "Server Commands",
"Command\tFunction\n\
/cmds\tShows a list of server commands\n\",
/rules\tShow server rules\n\",
"Close", "");
return 1;
}
error 029: invalid expression, assumed zero
error 017: undefined symbol "tShows"
error 017: undefined symbol "a"
fatal error 107: too many error messages on one line