Need help fixing these 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)
+--- Thread: Need help fixing these errors (
/showthread.php?tid=390929)
Need help fixing these errors -
arko123 - 08.11.2012
Here are the errors
\include\zcmd.inc(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
\include\zcmd.inc(64) : error 017: undefined symbol "funcidx"
\include\zcmd.inc(64) : warning 215: expression has no effect
\include\zcmd.inc(64) : error 001: expected token: ";", but found ")"
\include\zcmd.inc(64) : error 029: invalid expression, assumed zero
\include\zcmd.inc(64) : fatal error 107: too many error messages on one line
Re: Need help fixing these errors -
Konstantinos - 08.11.2012
Did you edit the zcmd.inc and you probably deleted something which was usefull, or you just need to update the include (to the last version).
Re: Need help fixing these errors -
UnknownGamer - 08.11.2012
Quote:
Originally Posted by arko123
Here are the errors
\include\zcmd.inc(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
\include\zcmd.inc(64) : error 017: undefined symbol "funcidx"
\include\zcmd.inc(64) : warning 215: expression has no effect
\include\zcmd.inc(64) : error 001: expected token: ";", but found ")"
\include\zcmd.inc(64) : error 029: invalid expression, assumed zero
\include\zcmd.inc(64) : fatal error 107: too many error messages on one line
|
You have broken the ZCMD.inc file.
Re: Need help fixing these errors -
arko123 - 08.11.2012
Quote:
Originally Posted by UnknownGamer
You have broken the ZCMD.inc file.
|
I just download the updated zcmd and this happened
Re: Need help fixing these errors -
Alex Magaсa - 08.11.2012
Are u using Garsino IRC?
Anyway's update the include again with
0.3e include then run
pawn.exe and open the .pwn file and re-compile it!