26.07.2016, 09:13
I was compiling West Coast RolePlay script with mysqlr33, but I get these errors:-
Heres the code:-
I compiled this script with mysqlr7 and it compiled but when I do with mysqlr33 I get these errors. So, please tell me how to get them fixed.
PHP Code:
error.pwn(863) : error 017: undefined symbol "mysql_debug"
error.pwn(865) : error 017: undefined symbol "enable_mutex"
error.pwn(952) : error 017: undefined symbol "mysql_ping"
PHP Code:
#if debug
mysql_debug(1);
#else
mysql_debug(0); //>>>>>>>>>>>>>Line 863
#endif
enable_mutex(false); //>>>>>>>>>>Line 865
PHP Code:
if(g_mysql_handle)
mysql_close(g_mysql_handle);
while(mysql_ping(g_mysql_handle) == 1) { //>>>>>>>>>>>>>Line 952
#emit NOP