Problem mysql_query - 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: Problem mysql_query (
/showthread.php?tid=439318)
Problem mysql_query -
Roby14 - 25.05.2013
C:\Users\ARTIST\Desktop\Unique_Script\gamemodes\Un iqueScript.pwn(2903) : error 017: undefined symbol "mysql_query"
i give me 26 error like this mysql_query, please help....
Re: Problem mysql_query -
Dopefull - 25.05.2013
mysql_query isn't being used at all, so either delete it or > #define mysql_query
You need the mysql_query, idk much about MySQL either way try to update your MySQL plugin
Respuesta: Problem mysql_query -
JustBored - 25.05.2013
Hmm, thats isn't a very helpful answer. The function mysql_query is being used, by all the MySQL (BlueG) plugin R5 or under. The ones that use mysql_function_query are R6 and R7.
Roby, update the includes, and also give us the code you think it may bug the script because we aren't magicians.
Re: Problem mysql_query -
Dopefull - 25.05.2013
Yea but nobody gave an answer and that's my try, idk if its correct or not I don't use MySQL
AW: Problem mysql_query -
Skimmer - 25.05.2013
If you don't use MySQL then remove the function in your script? Because it's mysql_query sends command to database for
SELECT/INSERT/CREATE table/value etc.