input line too long (after substitutions) invalid string (possibly non-terminated string) - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: input line too long (after substitutions) invalid string (possibly non-terminated string) (
/showthread.php?tid=621114)
input line too long (after substitutions) invalid string (possibly non-terminated string) -
StackedPizza - 06.11.2016
~solved~
Re: input line too long (after substitutions) invalid string (possibly non-terminated string) -
GoldenLion - 06.11.2016
You need to either fit the string on one line or break it into pieces.
Re: input line too long (after substitutions) invalid string (possibly non-terminated string) -
SickAttack - 06.11.2016
Get Zeex's PAWN Compiler Patches.
https://sampforum.blast.hk/showthread.php?pid=2768123#pid2768123
Re: input line too long (after substitutions) invalid string (possibly non-terminated string) -
Vince - 06.11.2016
I'm just going to keep saying this, but creating tables from within the script is stupid. No, really. A table ideally gets created
once in the entire lifetime of the server. Simply create a separate .sql files with the database structure and keep that close-by, should the need ever arise to use it again.
Re: input line too long (after substitutions) invalid string (possibly non-terminated string) -
StackedPizza - 09.11.2016
problem solved, thanks guys and thanks for the info vince im now uploading from the .sql.