Undefined symbol
#1

Guys I'm getting this error in my gamemode:-
PHP код:
D:\roleplay\[GAMEMODE]\roleplay.pwn(865) : error 017undefined symbol "enable_mutex"
D:\roleplay\[GAMEMODE]\roleplay.pwn(952) : error 017undefined symbol "mysql_ping" 
Here's the code:-
PHP код:
    #if debug
        
mysql_debug(1);
    
#else 
        
mysql_debug(0);
    
#endif
    
enable_mutex(false);             //    >>>>>>>>>>>> LINE 865
    
g_mysql_handle mysql_connect(MYSQL_HOST,MYSQL_USER,MYSQL_DATABASE,MYSQL_PASSWORD);
    
Command_SetDeniedReturnfalse ); 
PHP код:
    if(g_mysql_handle)
        
mysql_close(g_mysql_handle);
    while(
mysql_ping(g_mysql_handle) == 1) {       // >>>>>>>>>>>>>>>>LINE 952
        #emit NOP
    

Kindly tell me how to fix them.
Reply
#2

Anybody knows how to fix it?
Reply
#3

Update your mysql plugin
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)