Function Is Not Registered -
Decurse - 08.07.2016
Hi Any One Can help me to Fix this problem ?
-----------------------------------------------
[14:09:02] Error: Function not registered: 'mysql_tquery'
[14:09:02] Error: Function not registered: 'cache_get_row_count'
[14:09:02] Error: Function not registered: 'cache_get_row'
[14:09:02] Error: Function not registered: 'cache_get_row_int'
[14:09:02] Error: Function not registered: 'cache_get_row_float'
[14:09:02] Error: Function not registered: 'mysql_log'
[14:09:02] Error: Function not registered: 'mysql_escape_string'
[14:09:02] Error: Function not registered: 'mysql_query'
[14:09:02] Error: Function not registered: 'cache_delete'
[14:09:02] Error: Function not registered: 'mysql_connect'
[14:09:02] Error: Function not registered: 'mysql_errno'
[14:09:02] Error: Function not registered: 'cache_insert_id'
[14:09:02] Error: Function not registered: 'mysql_close'
-----------------------------------------------------
I have MySQL r39-5
Re: Function Is Not Registered -
Golimad - 08.07.2016
#include <a_mysql> Did you include your plugin?
Re: Function Is Not Registered -
Decurse - 08.07.2016
Yes Im #Include <a_mysql>
Re: Function Is Not Registered -
Mencent - 08.07.2016
Hello!
Please download your mysql plugin and include again and put it into the right folder.
Open your script with "/pawno/pawno.exe" - "Open" - "gamemodes" - "YOUR_SCRIPT".
Re: Function Is Not Registered -
Decurse - 08.07.2016
Mencent im 3 Time test it doesnt work !
Re: Function Is Not Registered -
Konstantinos - 08.07.2016
Lack of information, post the server log.
Re: Function Is Not Registered -
Mencent - 08.07.2016
You don't load your plugin, didn't you?
Re: Function Is Not Registered -
Decurse - 08.07.2016
http://pastebin.com/EcpTHCuM
Re: Function Is Not Registered -
Konstantinos - 08.07.2016
Place nativechecker plugin last to be loaded otherwise any function from plugins that loaded AFTER will be shown as not registered even though they are.
Last, I recommend not to use 2 mysql plugins and definitely keep latest version of BlueG's.
EDIT: Re-compile any script that uses streamer with the same version to get rid of the messages shown about the parameters and one of the filterscripts uses this plugin:
https://sampforum.blast.hk/showthread.php?tid=252918
Re: Function Is Not Registered -
Decurse - 08.07.2016
Can u give me ?
Last update for 5 years ago and i have this !