error 017: undefined symbol "mysql_tquery_inline"
#1

I included y_inline before a_mysql, and even defined MYSQL_USE_YINLINE, but it says that inline query isn't defined?

pawn Код:
forward mysql_fiquery(MySQL: connHandle, const query[], const f_name[], va_args<>);
public mysql_fiquery(MySQL: connHandle, const query[], const f_name[], va_args<>) {
    return mysql_tquery_inline(connHandle, va_format(query, va_start<3>), using inline f_name);
}
Reply
#2

If you're using R40+ you need this: https://github.com/maddinat0r/samp-m...inline-include
Reply
#3

Now it says "argument type mismatch" for line 3 of the code above?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)