Getting error - 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: Getting error (
/showthread.php?tid=529426)
Getting error -
krytans - 02.08.2014
When i compiling my Gm
it throws some error
PHP код:
C:\Users\Alien\Downloads\GW.pwn(3802) : error 017: undefined symbol "IRC_SetIntData"
C:\Users\Alien\Downloads\GW.pwn(3804) : error 017: undefined symbol "IRC_SetIntData"
C:\Users\Alien\Downloads\GW.pwn(24606) : error 025: function heading differs from prototype
C:\Users\Alien\Downloads\GW.pwn(24615) : error 025: function heading differs from prototype
C:\Users\Alien\Downloads\GW.pwn(24620) : warning 235: public function lacks forward declaration (symbol "IRC_OnConnectAttemptFail")
Re: Getting error -
dirigent00 - 02.08.2014
We can't help you if you don't give us a line where you get that errrors.
Lines 24606 and 24615 are public, and not same as forward.
Line 24620 is public without forward, write it.