HELP!!! - 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: HELP!!! (
/showthread.php?tid=491843)
HELP!!! -
Vege - 01.02.2014
Код:
[18:13:08] Server Plugins
[18:13:08] --------------
[18:13:08] Loading plugin: nativechecker
[18:13:09] Loaded.
[18:13:09] Loading plugin: crashdetect
[18:13:09] crashdetect v4.8.5 is OK.
[18:13:09] Loaded.
[18:13:09] Loading plugin: mysqlR5
[18:13:10]
> MySQL plugin R5 successfully loaded.
[18:13:10] Loaded.
[18:13:10] Loading plugin: sscanf
[18:13:10]
[18:13:10] ===============================
[18:13:10] sscanf plugin loaded.
[18:13:10] © 2009 Alex "******" Cole
[18:13:10] 0.3d-R2 500 Players "dnee"
[18:13:10] ===============================
[18:13:10] Loaded.
[18:13:10] Loading plugin: streamer
[18:13:10]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[18:13:10] Loaded.
[18:13:10] Loaded 5 plugins.
[18:13:10]
[18:13:10] Filterscripts
[18:13:10] ---------------
[18:13:10] Loaded 0 filterscripts.
[18:13:10] Error: Function not registered: 'SSCANF_Init'
[18:13:10] Error: Function not registered: 'SSCANF_Join'
[18:13:10] Error: Function not registered: 'SSCANF_Leave'
[18:13:10] Error: Function not registered: 'Streamer_CallbackHook'
[18:13:10] Error: Function not registered: 'mysql_debug'
[18:13:10] Error: Function not registered: 'mysql_connect'
[18:13:10] Error: Function not registered: 'mysql_query'
[18:13:10] Error: Function not registered: 'mysql_ping'
[18:13:10] Error: Function not registered: 'CreateDynamicObject'
[18:13:10] Error: Function not registered: 'CreateDynamicCP'
[18:13:10] Error: Function not registered: 'mysql_store_result'
[18:13:10] Error: Function not registered: 'mysql_num_rows'
[18:13:10] Error: Function not registered: 'mysql_free_result'
[18:13:10] Error: Function not registered: 'mysql_close'
[18:13:10] Error: Function not registered: 'mysql_fetch_row_format'
[18:13:10] Error: Function not registered: 'mysql_fetch_field_row'
[18:13:10] Error: Function not registered: 'IsPlayerInDynamicCP'
[18:13:10] Error: Function not registered: 'sscanf'
[18:13:10] Error: Function not registered: 'mysql_real_escape_string'
[18:13:10] Error: Function not registered: 'mysql_retrieve_row'
What to do?
All the plugins get loaded but it still shows "Function not registered" :/
Re: HELP!!! -
Konstantinos - 01.02.2014
They're shown because they were loaded after nativechecker. Nativechecker must be last in the plugins line (or pre-last if you use crashdetect, it doesn't matter). Also update sscanf, crashdetect plugins. mysql is an older version too and you could use R34 (threaded queries - recommended) or atleast R6 for non-threaded.
Re: HELP!!! -
Vege - 01.02.2014
Fixed. LOL.