Dialog Errors - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dialog Errors (
/showthread.php?tid=193439)
Dialog Errors -
r3k1lLz_ - 26.11.2010
These are my errors:
C:\Users\Administrator\Desktop\samp03bsvr_R2_win32 \filterscripts\zcmd.pwn(1157) : error 075: input line too long (after substitutions)
C:\Users\Administrators\Desktop\samp03bsvr_R2_win3 2\filterscripts\zcmd.pwn(115

: error 037: invalid string (possibly non-terminated string)
C:\Users\Administrator\Desktop\samp03bsvr_R2_win32 \filterscripts\zcmd.pwn(115

: error 017: undefined symbol "Ca"
C:\Users\Administrator\Desktop\samp03bsvr_R2_win32 \filterscripts\zcmd.pwn(1159) : error 017: undefined symbol "ncel"
C:\Users\Administrator\Desktop\samp03bsvr_R2_win32 \filterscripts\zcmd.pwn(1159) : warning 215: expression has no effect
C:\Users\Administrator\Desktop\samp03bsvr_R2_win32 \filterscripts\zcmd.pwn(1159) : error 001: expected token: ";", but found ")"
C:\Users\Administrator\Desktop\samp03bsvr_R2_win32 \filterscripts\zcmd.pwn(1159) : error 029: invalid expression, assumed zero
C:\Users\Administrator\Desktop\samp03bsvr_R2_win32 \filterscripts\zcmd.pwn(1159) : fatal error 107: too many error messages on one line
This are the lines (dialog stuff) I haven't included all the other lines since it's an interior script that I'm making and mixing other peoples ones in this one.
http://pastebin.com/WL8bKhW2
Can someone please help??
Re: Dialog Errors - [L3th4l] - 26.11.2010
Somehow that long line was giving those errors. I 'cut' that line in half, and added a new listitem '10' at the bottom.
http://pastebin.com/4BEKXsJv
Compiled fine now.
Re: Dialog Errors -
r3k1lLz_ - 26.11.2010
Thanks I'll test