Pawno Error - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Pawno Error (
/showthread.php?tid=477869)
Pawno Error -
rocker3410 - 26.11.2013
Hi, its me again. I've got these errors, while making my own dealership system.
C:\Users\Johandre\Desktop\RG\pawno\include\zcmd.in c(62) : warning 235: public function lacks forward declaration (symbol "OnGameModeInit")
C:\Users\Johandre\Desktop\RG\pawno\include\zcmd.in c(64) : error 017: undefined symbol "funcidx"
C:\Users\Johandre\Desktop\RG\pawno\include\zcmd.in c(64) : warning 215: expression has no effect
C:\Users\Johandre\Desktop\RG\pawno\include\zcmd.in c(64) : error 001: expected token: ";", but found ")"
C:\Users\Johandre\Desktop\RG\pawno\include\zcmd.in c(64) : error 029: invalid expression, assumed zero
C:\Users\Johandre\Desktop\RG\pawno\include\zcmd.in c(64) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
4 Errors.
Re: Pawno Error -
Konstantinos - 26.11.2013
Do you include a_samp before? OnGameModeInit is forwarded there and funcidx is also a defined symbol there too.
PS: You should've posted it in Scripting Help section.
Re: Pawno Error -
rocker3410 - 26.11.2013
I will try that tomorrow thanks.