Posts: 30
Threads: 1
Joined: Jan 2010
Reputation:
0
You need the mysql .inc in pawno/includes and the mysql plugin (.dll or .so) in samp03d/plugins
Posts: 30
Threads: 1
Joined: Jan 2010
Reputation:
0
This is because obviously you havent placed the #include line either...
Hint: Go back to that tutorial and look carefully for the link to the MYSQL plugin.
Posts: 30
Threads: 1
Joined: Jan 2010
Reputation:
0
You are saying that only mysql_query has problems, and mysql_connect, mysql_get and all other mysql_* functions have no issues?
Posts: 30
Threads: 1
Joined: Jan 2010
Reputation:
0
I would check the grammar-case and if it was correct I would re-download the mysql inc.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
The new R7 plugin does not support mysql_query (unthreaded) anymore. The new function is called mysql_function_query.