MYSQL Promlem?
#1

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.

Reply
#2

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)