SA-MP Dedicated Server ---------------------- v0.3x-R2, ©2005-2013 SA-MP Team [17:31:33] filterscripts = "" (string) [17:31:33] [17:31:33] Server Plugins [17:31:33] -------------- [17:31:33] Loading plugin: streamer.so [17:31:33] *** Streamer Plugin v2.6.1 by Incognito loaded *** [17:31:33] Loaded. [17:31:33] Loading plugin: sscanf.so [17:31:33] [17:31:33] =============================== [17:31:33] sscanf plugin loaded. [17:31:33] © 2009 Alex "******" Cole [17:31:33] =============================== [17:31:33] Loaded. [17:31:33] Loading plugin: irc.so [17:31:33] *** IRC Plugin v1.3.6 by Incognito loaded *** [17:31:33] Loaded. [17:31:33] Loading plugin: Whirlpool.so [17:31:33] [17:31:33] ================== [17:31:33] [17:31:33] Whirlpool loaded [17:31:33] [17:31:33] ================== [17:31:33] [17:31:33] Loaded. [17:31:33] Loaded 4 plugins. [17:31:33] [17:31:33] Filterscripts [17:31:33] --------------- [17:31:33] Loaded 0 filterscripts. [17:31:33] Script[gamemodes/SFCNR.amx]: Run time error 19: "File or function is not found" [17:31:33] Number of vehicle models: 0
So in the sa-mp-server.exe (Linux), my host is linux, when I launch the server, I get this:
Код:
SA-MP Dedicated Server ---------------------- v0.3x-R2, ©2005-2013 SA-MP Team [17:31:33] filterscripts = "" (string) [17:31:33] [17:31:33] Server Plugins [17:31:33] -------------- [17:31:33] Loading plugin: streamer.so [17:31:33] *** Streamer Plugin v2.6.1 by Incognito loaded *** [17:31:33] Loaded. [17:31:33] Loading plugin: sscanf.so [17:31:33] [17:31:33] =============================== [17:31:33] sscanf plugin loaded. [17:31:33] © 2009 Alex "******" Cole [17:31:33] =============================== [17:31:33] Loaded. [17:31:33] Loading plugin: irc.so [17:31:33] *** IRC Plugin v1.3.6 by Incognito loaded *** [17:31:33] Loaded. [17:31:33] Loading plugin: Whirlpool.so [17:31:33] [17:31:33] ================== [17:31:33] [17:31:33] Whirlpool loaded [17:31:33] [17:31:33] ================== [17:31:33] [17:31:33] Loaded. [17:31:33] Loaded 4 plugins. [17:31:33] [17:31:33] Filterscripts [17:31:33] --------------- [17:31:33] Loaded 0 filterscripts. [17:31:33] Script[gamemodes/SFCNR.amx]: Run time error 19: "File or function is not found" [17:31:33] Number of vehicle models: 0 Any help here? :/ |
Load nativechecker plugin: https://sampforum.blast.hk/showthread.php?tid=249226
Add it last on the plugins line (in server.cfg). Update all your plugins and includes to their latest version and re-compile. Start the server and if it still gives the run time error, post the server log. |
SA-MP Dedicated Server ---------------------- v0.3x-R2, ©2005-2013 SA-MP Team [17:58:22] filterscripts = "" (string) [17:58:22] [17:58:22] Server Plugins [17:58:22] -------------- [17:58:22] Loading plugin: streamer.so [17:58:22] *** Streamer Plugin v2.6.1 by Incognito loaded *** [17:58:22] Loaded. [17:58:22] Loading plugin: sscanf.so [17:58:22] [17:58:22] =============================== [17:58:22] sscanf plugin loaded. [17:58:22] © 2009 Alex "******" Cole [17:58:22] =============================== [17:58:22] Loaded. [17:58:22] Loading plugin: irc.so [17:58:22] *** IRC Plugin v1.3.6 by Incognito loaded *** [17:58:22] Loaded. [17:58:22] Loading plugin: Whirlpool.so [17:58:22] [17:58:22] ================== [17:58:22] [17:58:22] Whirlpool loaded [17:58:22] [17:58:22] ================== [17:58:22] [17:58:22] Loaded. [17:58:22] Loading plugin: nativechecker.so [17:58:22] Loaded. [17:58:22] Loaded 5 plugins. [17:58:22] [17:58:22] Filterscripts [17:58:22] --------------- [17:58:22] Loaded 0 filterscripts. [17:58:22] Error: Function not registered: 'SSCANF_Init' [17:58:22] Error: Function not registered: 'SSCANF_Join' [17:58:22] Error: Function not registered: 'SSCANF_Leave' [17:58:22] Script[gamemodes/SFCNR.amx]: Run time error 19: "File or function is not found" [17:58:22] Number of vehicle models: 0
Update sscanf plugin file and sscanf2.inc, re-compile and start the server again. The version you use is old.
|