[Pawn] Input to long (mysql) - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10) --- Thread: [Pawn] Input to long (mysql) (/showthread.php?tid=1451) |
Input to long (mysql) - Stones - 2020-12-23 Im trying to create this table if it doesn't exist, just as a backup in the event i some how manage to lose the sql. I've tried using strcat i've tried looking at?https://www.burgershot.gg/showthread.php?tid=660 and i just get the same message PHP Code: SetupCharacters() PHP Code: error 075: input line too long (after substitutions) RE: Input to long (mysql) - Yasef99 - 2020-12-23 The line is too long, I would recommend using "\" to divide the line or use strcat. RE: Input to long (mysql) - Stones - 2020-12-23 (2020-12-23, 08:09 AM)Yasef99 Wrote: The line is too long, I would recommend using "\" to divide the line or use strcat. Yeah i've already tried, the issue persists :/ RE: Input to long (mysql) - Pinch - 2020-12-23 Use community compiler or sampctl... https://github.com/pawn-lang/compiler |