Little help here...
#1

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
For some reason, it says "File or function is not found" but the plugins load well!
Any help here? :/
Reply
#2

Quote:
Originally Posted by DeathFire
Посмотреть сообщение
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
For some reason, it says "File or function is not found" but the plugins load well!
Any help here? :/
It means that one or more of the includes at the top of your SFCNR script is missing from the includes folder.
Reply
#3

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.
Reply
#4

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
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.
Now I get this:

Код:
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
Reply
#5

Update sscanf plugin file and sscanf2.inc, re-compile and start the server again. The version you use is old.
Reply
#6

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Update sscanf plugin file and sscanf2.inc, re-compile and start the server again. The version you use is old.
Konstantinos, thanks man!!!!
+REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)