Posts: 4
Threads: 3
Joined: Dec 2011
Reputation:
0
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....
Posts: 167
Threads: 4
Joined: Mar 2013
Reputation:
0
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
Posts: 1,151
Threads: 46
Joined: Jan 2013
Reputation:
0
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.
Posts: 167
Threads: 4
Joined: Mar 2013
Reputation:
0
Yea but nobody gave an answer and that's my try, idk if its correct or not I don't use MySQL
Posts: 484
Threads: 11
Joined: Oct 2012
Reputation:
0
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.