Posts: 22
Threads: 8
Joined: Jan 2018
05.01.2018, 17:23
(
Последний раз редактировалось T1; 05.01.2018 в 18:17.
)
PHP код:
[15:54:31] [debug] Run time error 19: "File or function is not found"
[15:54:31] [debug] mysql_escape_string
[15:54:31] [debug] mysql_query
[15:54:31] [debug] mysql_connect
[15:54:31] [debug] mysql_errno
[15:54:31] [debug] cache_get_row_count
[15:54:31] [debug] cache_get_field_content
[15:54:31] [debug] cache_get_field_content_int
[15:54:31] [debug] cache_insert_id
[15:54:31] [debug] cache_get_field_content_float
[15:54:31] [debug] Run time error 19: "File or function is not found"
[15:54:31] [debug] mysql_escape_string
[15:54:31] [debug] mysql_query
[15:54:31] [debug] mysql_connect
[15:54:31] [debug] mysql_errno
[15:54:31] [debug] cache_get_row_count
[15:54:31] [debug] cache_get_field_content
[15:54:31] [debug] cache_get_field_content_int
[15:54:31] [debug] cache_insert_id
[15:54:31] [debug] cache_get_field_content_float
[15:54:31] Script[gamemodes/script.backup.amx]: Run time error 19: "File or function is not found"
[15:54:31] Number of vehicle models: 0
Hey, can u help me, my Server Game-Mod is UKNOWN, why?
Posts: 6,242
Threads: 8
Joined: Jun 2008
Because you haven't got plugins it needs to start the gamemode.
Post up the top section of a server startup log, where it shows what mode it's loading and all the info about connecting players e.t.c.
(Just be sure to remove players IPs)
Posts: 22
Threads: 8
Joined: Jan 2018
Quote:
Originally Posted by Sew_Sumi
Because you haven't got plugins it needs to start the gamemode.
Post up the top section of a server startup log, where it shows what mode it's loading and all the info about connecting players e.t.c.
(Just be sure to remove players IPs)
|
PHP код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, (C)2005-2015 SA-MP Team
[15:33:53] filterscripts = "" (string)
[15:33:53]
[15:33:53] Server Plugins
[15:33:53] --------------
[15:33:53] Loading plugin: crashdetect.so
[15:33:53] CrashDetect v4.17 is OK.
[15:33:53] Loaded.
[15:33:53] Loading plugin: streamer.so
[15:33:53]
*** Streamer Plugin v2.9.2 by Incognito loaded ***
[15:33:53] Loaded.
[15:33:53] Loading plugin: sscanf.so
[15:33:53]
[15:33:53] ===============================
[15:33:53] sscanf plugin loaded.
[15:33:53] (c) 2009 Alex "******" Cole
[15:33:53] ===============================
[15:33:53] Loaded.
[15:33:53] Loading plugin: Encrypt.so
[15:33:53]
[15:33:53] ______________________________________
[15:33:53] Encrypt Plugin v0.1 loaded
[15:33:53] ______________________________________
[15:33:53] By: Fro (c) Copyright 2009-2010
[15:33:53] ______________________________________
[15:33:53] Loaded.
[15:33:53] Loading plugin: mysql.so
[15:33:53] SA:MP MySQL Plugin v2.1.1 Loaded.
[15:33:53] Loaded.
[15:33:53] Loaded 5 plugins.
[15:33:53] [MySQL] Thread running. Threadsafe: Yes.
[15:33:53]
[15:33:53] Filterscripts
[15:33:53] ---------------
[15:33:53] Loaded 0 filterscripts.
[15:33:53] [debug] Run time error 19: "File or function is not found"
[15:33:53] [debug] SSCANF_Init
[15:33:53] [debug] SSCANF_Join
[15:33:53] [debug] SSCANF_Leave
[15:33:53] [debug] mysql_escape_string
[15:33:53] [debug] cache_get_row_count
[15:33:53] [debug] cache_get_field_content
[15:33:53] [debug] cache_get_field_content_int
[15:33:53] [debug] cache_insert_id
[15:33:53] [debug] cache_get_field_content_float
[15:33:53] [debug] Run time error 19: "File or function is not found"
[15:33:53] [debug] SSCANF_Init
[15:33:53] [debug] SSCANF_Join
[15:33:53] [debug] SSCANF_Leave
[15:33:53] [debug] mysql_escape_string
[15:33:53] [debug] cache_get_row_count
[15:33:53] [debug] cache_get_field_content
[15:33:53] [debug] cache_get_field_content_int
[15:33:53] [debug] cache_insert_id
[15:33:53] [debug] cache_get_field_content_float
[15:33:53] Script[gamemodes/script.backup.amx]: Run time error 19: "File or function is not found"
[15:33:53] Number of vehicle models: 0
Posts: 6,242
Threads: 8
Joined: Jun 2008
Sscanf, and MySQL plugin are likely to be the wrong versions, and because they aren't loading right for the script, they don't load the gamemode.
Check what versions were with the release.
Posts: 22
Threads: 8
Joined: Jan 2018
I have update the Mysql plugin and Sscanf.... but ist too Uknown....
Quote:
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[16:26:14] filterscripts = "" (string)
[16:26:14]
[16:26:14] Server Plugins
[16:26:14] --------------
[16:26:14] Loading plugin: crashdetect.so
[16:26:14] CrashDetect v4.17 is OK.
[16:26:14] Loaded.
[16:26:14] Loading plugin: streamer.so
[16:26:14]
*** Streamer Plugin v2.8 by Incognito loaded ***
[16:26:14] Loaded.
[16:26:14] Loading plugin: sscanf.so
[16:26:14]
[16:26:14] ===============================
[16:26:14] sscanf plugin loaded.
[16:26:14] Version: 2.8.1
[16:26:14] © 2012 Alex "******" Cole
[16:26:14] ===============================
[16:26:14] Loaded.
[16:26:14] Loading plugin: Encrypt.so
[16:26:14]
[16:26:14] ______________________________________
[16:26:14] Encrypt Plugin v0.1 loaded
[16:26:14] ______________________________________
[16:26:14] By: Fro © Copyright 2009-2010
[16:26:14] ______________________________________
[16:26:14] Loaded.
[16:26:14] Loading plugin: mysql.so
[16:26:14] Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
[16:26:14] Loaded 4 plugins.
[16:26:14]
[16:26:14] Filterscripts
[16:26:14] ---------------
[16:26:14] Loaded 0 filterscripts.
[16:26:14] *** Streamer Plugin: Include file version (0x292) does not match plugin version (0x280001) (script might need to be recompiled with the latest include file)
[16:26:14] [debug] Run time error 19: "File or function is not found"
[16:26:14] [debug] mysql_escape_string
[16:26:14] [debug] mysql_query
[16:26:14] [debug] mysql_connect
[16:26:14] [debug] mysql_errno
[16:26:14] [debug] cache_get_row_count
[16:26:14] [debug] cache_get_field_content
[16:26:14] [debug] cache_get_field_content_int
[16:26:14] [debug] cache_insert_id
[16:26:14] [debug] cache_get_field_content_float
[16:26:14] [debug] Run time error 19: "File or function is not found"
[16:26:14] [debug] mysql_escape_string
[16:26:14] [debug] mysql_query
[16:26:14] [debug] mysql_connect
[16:26:14] [debug] mysql_errno
[16:26:14] [debug] cache_get_row_count
[16:26:14] [debug] cache_get_field_content
[16:26:14] [debug] cache_get_field_content_int
[16:26:14] [debug] cache_insert_id
[16:26:14] [debug] cache_get_field_content_float
[16:26:14] Script[gamemodes/county.backup.amx]: Run time error 19: "File or function is not found"
[16:26:14] Number of vehicle models: 0
|
Posts: 6,242
Threads: 8
Joined: Jun 2008
I said they were the wrong version... I did not tell you to update them.
You updating them to versions that aren't for this script is an issue.
Also, this line "*** Streamer Plugin: Include file version (0x292) does not match plugin version (0x280001) (script might need to be recompiled with the latest include file)" means you've updated the plugin, but haven't updated the includes.
Go back to the versions that came with the gamemode release.