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



nvm - AnonymousUser - 09.07.2012

....


Re: MySQL - Mandrakke - 09.07.2012

Put it somewhere into your script and paste here the errors;

pawn Код:
public OnQueryError(errorid, error[], resultid, extraid, callback[], query[], connectionHandle)
{
    printf("MySQL Error: %d %s %d %d %s %s %d", errorid, error, resultid, extraid, callback, query, connectionHandle);
    return 1;
}



Re: MySQL - AnonymousUser - 09.07.2012

I have that already, everything is clear


Re: MySQL - AnonymousUser - 09.07.2012

Bump


Re: MySQL - AnonymousUser - 10.07.2012

Anyone?


Re: MySQL - Kirollos - 10.07.2012

i dont understand what do you use with ResultID ?


Re: MySQL - AnonymousUser - 10.07.2012

To check for what query is.. Im using this method instead of creating callback for each query.


Re: MySQL - AnonymousUser - 10.07.2012

Bumping..