SA-MP Forums Archive
file or function not found - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: file or function not found (/showthread.php?tid=445059)



file or function not found - Dany23 - 19.06.2013

Hi, I have a server on GameCP.

Since 1 week ago all things changed. If I reinstall the server with the default settings (default gm, cfg, etc) the server always is starting, but when I import a simple GM from anywhere, even if is stunt, freeroam, RP, minimissions, always I get the error in server_log.txt " gm_name.amx File or function is not found. "
After this message is showed up on server_log, the server is starting, but with "unkown" or "blank script" on gamemode information samp, and when you connect you cant spawn because you are "Reconnecting" in loop by the server.

Whatґs the problem? I tought it was an error on my GM, but since this error appears in every gamemode... I dont know.


Re : file or function not found - AminoVendetta - 19.06.2013

show the server log


Re: file or function not found - Dany23 - 19.06.2013

----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[00:42:48] filterscripts = "" (string)
[00:42:48]
[00:42:48] Server Plugins
[00:42:48] --------------
[00:42:48] Loading plugin: sscanf.so
[00:42:48]

[00:42:48] ===============================

[00:42:48] sscanf plugin loaded.

[00:42:48] © 2009 Alex "******" Cole

[00:42:48] ===============================

[00:42:48] Loaded.
[00:42:48] Loaded 1 plugins.

[00:42:48]
[00:42:48] Filterscripts
[00:42:48] ---------------
[00:42:48] Loaded 0 filterscripts.

[00:42:48] Script[gamemodes/twd.amx]: Run time error 19: "File or function is not found"
[00:42:48] Number of vehicle models: 0


Re : file or function not found - AminoVendetta - 19.06.2013

check first if you have the amx file in the gamemode
Update your streamer and other plugins, get new .inc files then recompile


Re: file or function not found - Kirollos - 19.06.2013

check nativechecker plugin, it tells you the missing plugins


Re: file or function not found - Dany23 - 19.06.2013

Quote:
Originally Posted by kirollos
Посмотреть сообщение
check nativechecker plugin, it tells you the missing plugins
----------
Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[02:44:06] filterscripts = "" (string)
[02:44:06]
[02:44:06] Server Plugins
[02:44:06] --------------
[02:44:06] Loading plugin: sscanf.so
[02:44:06]

[02:44:06] ===============================

[02:44:06] sscanf plugin loaded.

[02:44:06] © 2009 Alex "******" Cole

[02:44:06] ===============================

[02:44:06] Loaded.
[02:44:06] Loading plugin: Whirlpool.so
[02:44:06]
[02:44:06] ==================
[02:44:06]
[02:44:06] Whirlpool loaded
[02:44:06]
[02:44:06] ==================
[02:44:06]
[02:44:06] Loaded.
[02:44:06] Loading plugin: nativechecker.so
[02:44:06] Loaded.
[02:44:06] Loaded 3 plugins.

[02:44:06]
[02:44:06] Filterscripts
[02:44:06] ---------------
[02:44:06] Loaded 0 filterscripts.

[02:44:06] Error: Function not registered: 'SSCANF_Init'
[02:44:06] Error: Function not registered: 'SSCANF_Join'
[02:44:06] Error: Function not registered: 'SSCANF_Leave'
[02:44:06] Script[gamemodes/twd.amx]: Run time error 19: "File or function is not found"
[02:44:06] Number of vehicle models: 0




Well...I got the sscanf.so there...whatґs happend?