20.04.2012, 11:52
Hello,im making a small shop with dialogs,i've this:
But this errors:
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
error 017: undefined symbol "OK"
warning 215: expression has no effect
error 001: expected token: ";", but found "-identifier-"
error 017: undefined symbol "Cancel"
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
fatal error 107: too many error messages on one line
It says the dialog text is too long,how i can fix this?
pawn Код:
ShowPlayerDialog(playerid, 29, DIALOG_STYLE_LIST, "City Hall", "10 condoms pack to protect from /rape (5000$)\n20 condoms pack (15.000$)\n50 condoms pack (35.000$)\n100 condoms pack (75.000$)\nLife Insurance (When you die you will not pay medical fees)\nSell reputation points (1 point is valued 5000$)\nReset wanted level to 0 (50.000$)\nHealth (5000$)\nArmour (10.000$)\nBuy VIP with ingame money (750.000$)\nCheck your stats (FREE)\nChange your password (FREE)\nTry the luck with winning tickets\n", "OK", "Cancel");
error 075: input line too long (after substitutions)
error 037: invalid string (possibly non-terminated string)
error 017: undefined symbol "OK"
warning 215: expression has no effect
error 001: expected token: ";", but found "-identifier-"
error 017: undefined symbol "Cancel"
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
fatal error 107: too many error messages on one line
It says the dialog text is too long,how i can fix this?