30.10.2017, 15:13
Hi,
I have recently updated my gamemode script to work with the latest version of BlueG's MySQL plugin. After updating all the includes, plugins and the script to use new functions, I have encountered the following errors:
The lines referred to are:
royal.pwn(6323)
a_mysql.inc(143)
Does anybody have an idea where does this come from and how can I solve it? Any guidance will be appreciated!
I have recently updated my gamemode script to work with the latest version of BlueG's MySQL plugin. After updating all the includes, plugins and the script to use new functions, I have encountered the following errors:
Код:
C:\Users\komp\Desktop\Royal\server files (windows)\pawno\include\a_mysql.inc(143) : error 017: undefined symbol "ERROR" C:\Users\komp\Desktop\Royal\server files (windows)\gamemodes\royal.pwn(6323) : error 017: undefined symbol "ALL"
royal.pwn(6323)
Код:
mysql_log(ALL);
Код:
native mysql_log(E_LOGLEVEL:loglevel = ERROR | WARNING);