MYSQL Promlem? - 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 Promlem? (
/showthread.php?tid=439135)
MYSQL Promlem? -
sampmark05 - 23.05.2013
Hello, Can anyone help me with this?
I updated my BlueG mysql and now I getting this error.
Код:
HRP.pwn(44042) : error 025: function heading differs from prototype
public OnQueryFinish(query[], resultid, extraid, connectionHandle) {
HRP.pwn(44050) : error 017: undefined symbol "mysql_fetch_int"
if(mysql_fetch_int(g_MySQLConnections[0]) == 0) {
HRP.pwn(44248) : error 017: undefined symbol "mysql_fetch_int"
iTokens = mysql_fetch_int(g_MySQLConnections[0]) + 1;
HRP.pwn(52297) : error 017: undefined symbol "mysql_query"
mysql_query(szQuery);
HRP.pwn(52711) : error 017: undefined symbol "mysql_query"
HRP.pwn(58136) : error 017: undefined symbol "mysql_query"
\
6 Errors.
Re: MYSQL Promlem? -
Knappen - 24.05.2013
If you read a little bit in the topic you would know that the newest version uses threading. I know AndreT has a good tutorial on how to use it, look it up : ) You will either have to convert your queries or go back to R6.