01.07.2018, 03:08
F5 failed, but opening sever.
Load crashdetect plugin as first plugin: https://github.com/Zeex/samp-plugin-...etect/releases
Start server, post logs. |
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [19:06:15] filterscripts = "" (string) [19:06:15] weburl = "www.sa-mp.com" (string) [19:06:15] [19:06:15] Server Plugins [19:06:15] -------------- [19:06:15] Loading plugin: crashdetect [19:06:15] Failed. [19:06:15] Loading plugin: dc_cmd [19:06:15] Daniel's CMD plugin v2.8 [19:06:15] © 2014 Daniel_Cortez [19:06:15] www.pro-pawn.ru [19:06:15] Loaded. [19:06:15] Loading plugin: sscanf [19:06:15] [19:06:15] =============================== [19:06:15] sscanf plugin loaded. [19:06:15] Version: 2.8.1 [19:06:15] © 2012 Alex "******" Cole [19:06:15] =============================== [19:06:15] Loaded. [19:06:15] Loading plugin: streamer [19:06:15] Failed. [19:06:15] Loading plugin: mysql [19:06:15] >> plugin.mysql: running on 1 thread. [19:06:15] >> plugin.mysql: R31 successfully loaded. [19:06:15] Loaded. [19:06:15] Loaded 3 plugins. [19:06:15] [19:06:15] Filterscripts [19:06:15] --------------- [19:06:15] Loaded 0 filterscripts. [19:06:15] Script[gamemodes/PUBGSE.amx]: Run time error 19: "File or function is not found" [19:06:15] Number of vehicle models: 0
This happens when there are plugins missing, To know what plugins are missing, check what includes are you using in the gamemode, and see which plugins needed to run these includes..
|
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, ©2005-2015 SA-MP Team [19:44:39] filterscripts = "" (string) [19:44:39] weburl = "www.sa-mp.com" (string) [19:44:39] [19:44:39] Server Plugins [19:44:39] -------------- [19:44:39] Loading plugin: crashdetect [19:44:39] CrashDetect plugin 4.19 [19:44:39] Loaded. [19:44:39] Loading plugin: dc_cmd [19:44:39] Daniel's CMD plugin v2.8 [19:44:39] © 2014 Daniel_Cortez [19:44:39] www.pro-pawn.ru [19:44:39] Loaded. [19:44:39] Loading plugin: sscanf [19:44:39] [19:44:39] =============================== [19:44:39] sscanf plugin loaded. [19:44:39] Version: 2.8.1 [19:44:39] © 2012 Alex "******" Cole [19:44:39] =============================== [19:44:39] Loaded. [19:44:39] Loading plugin: streamer [19:44:39] Failed. [19:44:39] Loading plugin: mysql [19:44:39] >> plugin.mysql: running on 1 thread. [19:44:39] >> plugin.mysql: R31 successfully loaded. [19:44:39] Loaded. [19:44:39] Loaded 4 plugins. [19:44:39] [19:44:39] Filterscripts [19:44:39] --------------- [19:44:39] Loaded 0 filterscripts. [19:44:39] [debug] Run time error 19: "File or function is not found" [19:44:39] [debug] GetDynamicObjectPos [19:44:39] [debug] GetDynamicObjectRot [19:44:39] [debug] DestroyDynamicObject [19:44:39] [debug] CreateDynamicObject [19:44:39] [debug] MoveDynamicObject [19:44:39] [debug] SetDynamicObjectMaterial [19:44:39] [debug] Run time error 19: "File or function is not found" [19:44:39] [debug] GetDynamicObjectPos [19:44:39] [debug] GetDynamicObjectRot [19:44:39] [debug] DestroyDynamicObject [19:44:39] [debug] CreateDynamicObject [19:44:39] [debug] MoveDynamicObject [19:44:39] [debug] SetDynamicObjectMaterial [19:44:39] Script[gamemodes/PUBGSE.amx]: Run time error 19: "File or function is not found" [19:44:39] Number of vehicle models: 0
It seems the desired streamer plugin is missing from your plugins folder also try to compile all the gamemode and filterscripts with the desired plugins/includes.
Run also Native Checker: https://sampforum.blast.hk/showthread.php?tid=249226 |