----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7, (C)2005-2015 SA-MP Team
[02:53:58] password = "" (string)
[02:53:58] filterscripts = "" (string)
[02:53:58]
[02:53:58] Server Plugins
[02:53:58] --------------
[02:53:58] Loading plugin: crashdetect.so
[02:53:58] CrashDetect v4.15.1 is OK.
[02:53:58] Loaded.
[02:53:58] Loading plugin: streamer.so
[02:53:58]
*** Streamer Plugin v2.7.6 by Incognito loaded ***
[02:53:58] Loaded.
[02:53:58] Loading plugin: Whirlpool.so
[02:53:58] Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[02:53:58] Loading plugin: nativechecker.so
[02:53:58] Loaded.
[02:53:58] Loading plugin: mysql.so
[02:53:58] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[02:53:58] Loading plugin: sampmysql.so
[02:53:58] Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
[02:53:58] Loading plugin: sscanf.so
[02:53:58]
[02:53:58] ===============================
[02:53:58] sscanf plugin loaded.
[02:53:58] (c) 2009 Alex "******" Cole
[02:53:58] ===============================
[02:53:58] Loaded.
[02:53:58] Loaded 4 plugins.
[02:53:58]
[02:53:58] Filterscripts
[02:53:58] ---------------
[02:53:58] Loaded 0 filterscripts.
[02:53:58] Error: Function not registered: 'cache_get_row_count'
[02:53:58] Error: Function not registered: 'cache_get_row'
[02:53:58] Error: Function not registered: 'mysql_tquery'
[02:53:58] Error: Function not registered: 'cache_get_row_int'
[02:53:58] Error: Function not registered: 'cache_get_row_float'
[02:53:58] Error: Function not registered: 'mysql_log'
[02:53:58] Error: Function not registered: 'mysql_escape_string'
[02:53:58] Error: Function not registered: 'mysql_query'
[02:53:58] Error: Function not registered: 'cache_delete'
[02:53:58] Error: Function not registered: 'mysql_connect'
[02:53:58] Error: Function not registered: 'mysql_errno'
[02:53:58] Error: Function not registered: 'cache_insert_id'
[02:53:58] Error: Function not registered: 'mysql_close'
[02:53:58] [debug] Run time error 19: "File or function is not found"
[02:53:58] [debug] cache_get_row_count
[02:53:58] [debug] cache_get_row
[02:53:58] [debug] mysql_tquery
[02:53:58] [debug] cache_get_row_int
[02:53:58] [debug] cache_get_row_float
[02:53:58] [debug] mysql_log
[02:53:58] [debug] mysql_escape_string
[02:53:58] [debug] mysql_query
[02:53:58] [debug] cache_delete
[02:53:58] [debug] mysql_connect
[02:53:58] [debug] mysql_errno
[02:53:58] [debug] cache_insert_id
[02:53:58] [debug] mysql_close
[02:53:58] [debug] Run time error 19: "File or function is not found"
[02:53:58] [debug] cache_get_row_count
[02:53:58] [debug] cache_get_row
[02:53:58] [debug] mysql_tquery
[02:53:58] [debug] cache_get_row_int
[02:53:58] [debug] cache_get_row_float
[02:53:58] [debug] mysql_log
[02:53:58] [debug] mysql_escape_string
[02:53:58] [debug] mysql_query
[02:53:58] [debug] cache_delete
[02:53:58] [debug] mysql_connect
[02:53:58] [debug] mysql_errno
[02:53:58] [debug] cache_insert_id
[02:53:58] [debug] mysql_close
[02:53:58] Script[gamemodes/rpg.amx]: Run time error 19: "File or function is not found"
[02:53:58] Number of vehicle models: 0
Add .so to the plugin name in server.cfg.
If it does not work, try moving things to another directory. |
echo Executing Server Config...
lanmode 1
rcon_password hthtyhythtyhtrh43654364
maxplayers 300
port 7777
password
hostname test
gamemode0 rpg
filterscripts
announce 0
query 1
weburl Www.test.ir
maxnpc 0
plugins crashdetect.so streamer.so Whirlpool.so nativechecker.so mysql.so libmysqlclient.so sampmysql.so sscanf.so
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
language English
[02:53:58] Loaded.
[02:53:58] Loading plugin: Whirlpool.so
[02:53:58] Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[02:53:58] Loading plugin: nativechecker.so
[02:53:58] Loaded.
[02:53:58] Loading plugin: mysql.so
[02:53:58] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[02:53:58] Loading plugin: sampmysql.so
[02:53:58] Failed (libmysqlclient.so.15: cannot open shared object file: No such file or directory)
[02:53:58] Loading plugin: sscanf.so
[02:53:58]
PHP код:
Second, nativechecker.so should be loaded as the last plugin to avoid "Function not registering". |