One Problem on Server Logs [Loading] - 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: One Problem on Server Logs [Loading] (
/showthread.php?tid=492852)
One Problem on Server Logs [Loading] -
chuck100 - 05.02.2014
One Problem when i'm turning on SAMP-SERVER :
The Problem
Код:
[22:35:51] Error: Function not registered: 'mysql_tquery'
[22:35:51] Error: Function not registered: 'mysql_escape_string'
[22:35:51] Error: Function not registered: 'cache_get_data'
[22:35:51] Error: Function not registered: 'cache_get_field_content'
[22:35:51] Error: Function not registered: 'mysql_stat'
[22:35:51] Error: Function not registered: 'WP_Hash'
[22:35:51] Error: Function not registered: 'mysql_log'
[22:35:51] Error: Function not registered: 'mysql_connect'
[22:35:51] Error: Function not registered: 'mysql_errno'
[22:35:51] Error: Function not registered: 'mysql_close'
[22:35:51] Error: Function not registered: 'cache_get_row'
[22:35:51] Error: Function not registered: 'cache_insert_id'
[22:35:51] Error: Function not registered: 'cache_affected_rows'
The Full Server Logs :
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team
[22:38:13]
[22:38:13] Server Plugins
[22:38:13] --------------
[22:38:13] Loading plugin: sscanf
[22:38:13]
[22:38:13] ===============================
[22:38:13] sscanf plugin loaded.
[22:38:13] © 2009 Alex "******" Cole
[22:38:13] 0.3d-R2 500 Players "dnee"
[22:38:13] ===============================
[22:38:13] Loaded.
[22:38:13] Loading plugin: streamer
[22:38:13]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[22:38:13] Loaded.
[22:38:13] Loading plugin: nativechecker
[22:38:13] Loaded.
[22:38:13] Loading plugin: mysql
[22:38:13] >> plugin.mysql: R33 successfully loaded.
[22:38:13] Loaded.
[22:38:13] Loading plugin: Whirlpool
[22:38:13]
[22:38:13] ==================
[22:38:13]
[22:38:13] Whirlpool loaded
[22:38:13]
[22:38:13] ==================
[22:38:13]
[22:38:13] Loaded.
[22:38:13] Loaded 5 plugins.
[22:38:13]
[22:38:13] Filterscripts
[22:38:13] ---------------
[22:38:13] Loading filterscript 'pex.amx'...
[22:38:13] Loading filterscript 'vspawner.amx'...
[22:38:13]
--Admin Vehicle Spawner Loaded
[22:38:13] Loading filterscript 'yom_buttons.amx'...
[22:38:13] Loading filterscript 'pix.amx'...
[22:38:14] Loaded 4 filterscripts.
[22:38:14] Error: Function not registered: 'mysql_tquery'
[22:38:14] Error: Function not registered: 'mysql_escape_string'
[22:38:14] Error: Function not registered: 'cache_get_data'
[22:38:14] Error: Function not registered: 'cache_get_field_content'
[22:38:14] Error: Function not registered: 'mysql_stat'
[22:38:14] Error: Function not registered: 'WP_Hash'
[22:38:14] Error: Function not registered: 'mysql_log'
[22:38:14] Error: Function not registered: 'mysql_connect'
[22:38:14] Error: Function not registered: 'mysql_errno'
[22:38:14] Error: Function not registered: 'mysql_close'
[22:38:14] Error: Function not registered: 'cache_get_row'
[22:38:14] Error: Function not registered: 'cache_insert_id'
[22:38:14] Error: Function not registered: 'cache_affected_rows'
[22:38:14] OnGameo
[22:38:14]
[22:38:14]
[22:38:14]
[22:38:14] =======================================
[22:38:14] | |
[22:38:14] | YSI version 3.09.0684 |
[22:38:14] | By Alex "******" Cole |
[22:38:14] | |
[22:38:14] =======================================
[22:38:14]
[22:38:14]
[22:38:14]
Re: One Problem on Server Logs [Loading] -
HammerHeadZ - 05.02.2014
Is a mysql problem i think you have mysql plugin?
Re: One Problem on Server Logs [Loading] -
Konstantinos - 05.02.2014
That happens because mysql and whirlpool plugins loaded AFTER nativechecker when it should be last.
Change the server.cfg (plugins line) to:
pawn Код:
plugins sscanf streamer mysql Whirlpool nativechecker
Something last - update sscanf plugin (and include [sscanf2.inc]) because it's very old version.