MYSQL Error Code - 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 Error Code (
/showthread.php?tid=418517)
MYSQL Error Code -
mrkgg - 25.02.2013
Hello does anyone know what this error code is saying?
First, we're getting this (error 010: invalid function or declaration) error for this (native mysql_fetch_row(dest[], const splitter[] = "|", MySQL:handle = (MySQL:0)); ) line of coding
We are getting this code while compiling the script.
Thanks for any help,
Mark
Re: MYSQL Error Code -
Lemonaidz - 25.02.2013
Try:
(native mysql_fetch_row(dest[], const splitter[] = "|", MySQL:handle = (MySQL:0));
or
(native mysql_fetch_row(dest[], const splitter[] = "|", MySQL:handle = (MySQL:0);