Errors
#1

Hello there, am using this MySQL plugin https://sampforum.blast.hk/showthread.php?tid=122983 and my sscanf is updated already, but am still getting these errors.

Код:
[00:11:44]    Error: Function not registered: 'SSCANF_Init'
[00:11:44]    Error: Function not registered: 'SSCANF_Join'
[00:11:44]    Error: Function not registered: 'SSCANF_Leave'
[00:11:44]    Error: Function not registered: 'mysql_query'
[00:11:44]    Error: Function not registered: 'CreateDynamicObject'
[00:11:44]    Error: Function not registered: 'mysql_init'
[00:11:44]    Error: Function not registered: 'mysql_connect'
[00:11:44]    Error: Function not registered: 'mysql_store_result'
[00:11:44]    Error: Function not registered: 'mysql_num_rows'
[00:11:44]    Error: Function not registered: 'mysql_free_result'
[00:11:44]    Error: Function not registered: 'mysql_real_escape_string'
[00:11:44]    Error: Function not registered: 'mysql_fetch_field'
[00:11:44]    Error: Function not registered: 'sscanf'
[00:11:44]    Error: Function not registered: 'mysql_fetch_row'
[00:11:44]    Error: Function not registered: 'MoveDynamicObject'
[00:11:44]    Error: Function not registered: 'GetDynamicObjectPos'
[00:11:44]    Error: Function not registered: 'DestroyDynamicObject'
Reply
#2

Make sure you have the plugin in the plugins folder and libmysql.dll with samp-server.exe and make sure you added the plugin to your cfg file.
Reply
#3

Quote:
Originally Posted by mirou123
Посмотреть сообщение
Make sure you have the plugin in the plugins folder and libmysql.dll with samp-server.exe and make sure you added the plugin to your cfg file.
Yeah, i have the MySQL.dll in the plugins folder, i have the libmysql.dll in the server folder also i have the MySQL.dll in the server.cfg.
Reply
#4

Oh I see it's not just MySQL problem. Every single plugin you have is getting that error. Make sure you have
main()
{
}
in your gamemode.
Reply
#5

If you're using a linux server, you need to use .so plugins, make sure you're running windows.
Reply
#6

Quote:
Originally Posted by mirou123
Посмотреть сообщение
Oh I see it's not just MySQL problem. Every single plugin you have is getting that error. Make sure you have
main()
{
}
in your gamemode.
Still, getting the same errors, am so confused.

@ClavinC, yeah am using .dll already.
Reply
#7

Just load the nativechecker plugin last (in order) and you'll get rid of the messages.
Reply
#8

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Just load the nativechecker plugin last (in order) and you'll get rid of the messages.
Oh, it's working, thank you, also thanks for the guys above who tried to help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)