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



Help me - LoganStone - 22.01.2013

What does this mean

error 025: function heading differs from prototype

this is what i have on my script line
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle)
{


Re: Help me - Djole1337 - 23.01.2013

try using this:

pawn Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
    //
}