20.04.2013, 11:32
Hi SA-MP forums i'm trying to compile my script and once the compile finishes i get these errors:
C:\pwn\script.pwn(56053) : error 075: input line too long (after substitutions)
C:\pwn\script.pwn(56054) : error 037: invalid string (possibly non-terminated string)
C:\pwn\script.pwn(56054) : error 017: undefined symbol "UPDATE"
C:\pwn\script.pwn(56054) : error 017: undefined symbol "players"
C:\pwn\script.pwn(56054) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
The code where errors appear (It's the query for saving players stats, factions, etc.): http://pastebin.com/S9CRTiM7
I don't understand what's wrong with it anyways..i think some of the lines are too big
Thanks in advance!
C:\pwn\script.pwn(56053) : error 075: input line too long (after substitutions)
C:\pwn\script.pwn(56054) : error 037: invalid string (possibly non-terminated string)
C:\pwn\script.pwn(56054) : error 017: undefined symbol "UPDATE"
C:\pwn\script.pwn(56054) : error 017: undefined symbol "players"
C:\pwn\script.pwn(56054) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
The code where errors appear (It's the query for saving players stats, factions, etc.): http://pastebin.com/S9CRTiM7
I don't understand what's wrong with it anyways..i think some of the lines are too big
Thanks in advance!