SA-MP Forums Archive
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: Error (/showthread.php?tid=472588)



Error - aDo7 - 29.10.2013

Lines:
PHP код:
forward OnQueryFinish(resultidextraidhandleid); 
PHP код:
    cache_get_data(rowsfieldsMainPipeline); 
Errors
PHP код:
C:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3012) : error 025: function heading differs from prototype
C
:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3013) : error 025: function heading differs from prototype
C
:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3020) : error 012invalid function callnot a valid address
C
:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3020) : warning 215expression has no effect
C
:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3020) : warning 215expression has no effect
C
:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3020) : warning 215expression has no effect
C
:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3020) : error 001expected token";"but found ")"
C:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3020) : error 029invalid expressionassumed zero
C
:\Users\medo pc\Downloads\Server Files\gamemodes\R-RP.pwn(3020) : fatal error 107too many error messages on one line
Compilation aborted
.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
6 Errors




Re: Error - Misiur - 29.10.2013

The forward is already provided by a_mysql.inc - so remove the forward from your pwn, and make sure the public has same arguments as forward.