OnQueryError Hang server - 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: OnQueryError Hang server (
/showthread.php?tid=555970)
OnQueryError Hang server -
Banditukas - 09.01.2015
Hi,
I started use this function
Код:
public OnQueryError(errorid, error[], callback[], query[], connectionHandle)
{
printf("Something is wrong in your syntax, query: %s",query);
return 1;
}
But now when is error and in mysql.log write my error my server everytime crash/hangs when i add this, because i need to see full of query.