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



MySQL issue - Zloobe - 21.08.2013

So this is the error i get when compiling my script and i am pretty new to MySQL so i need to know how to fix it
Код:
C:\Users\Kevin\Desktop\SAMP-server\gamemodes\NRG.pwn(3034) : error 017: undefined symbol "cache_get_field_content"
and i get like 26 if these same undefined symbol


AW: MySQL issue - NaS - 21.08.2013

You probably forgot to include the MySQL include file.
"#include <a_mysql>" at the top of your script.

Note: Maybe the include name is different, depending on which plugin you are using.


Re: MySQL issue - Zloobe - 21.08.2013

I am using MySQL R6 and all include ect is the same. There must be something else


AW: MySQL issue - NaS - 22.08.2013

Maybe check for a missing bracket "{" or "}". That could be the cause, too.