SA-MP Forums Archive
Undefined symbol - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Undefined symbol (/showthread.php?tid=612438)



Undefined symbol - xXtremeXx - 17.07.2016

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.


Re: Undefined symbol - xXtremeXx - 18.07.2016

Anybody knows how to fix it?


Re: Undefined symbol - GangstaSunny - 18.07.2016

Update your mysql plugin