Errors
#1

I was compiling West Coast RolePlay script with mysqlr33, but I get these errors:-
PHP Code:
error.pwn(863) : error 017undefined symbol "mysql_debug"
error.pwn(865) : error 017undefined symbol "enable_mutex"
error.pwn(952) : error 017undefined symbol "mysql_ping" 
Heres the code:-
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 
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.
Reply


Messages In This Thread
Errors - by GreatLouis - 26.07.2016, 09:13
Re: Errors - by Luis- - 26.07.2016, 09:30
Re: Errors - by GreatLouis - 26.07.2016, 09:36
Re: Errors - by justjamie - 26.07.2016, 09:42
Re: Errors - by GreatLouis - 26.07.2016, 10:12

Forum Jump:


Users browsing this thread: 1 Guest(s)