SA-MP Forums Archive
Help Runtime error 19 : file or function is not found - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help Runtime error 19 : file or function is not found (/showthread.php?tid=611361)



Help Runtime error 19 : file or function is not found - meranti1995 - 05.07.2016



this my serverlog :

[spoiler]
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[20:44:01] filterscripts = "" (string)
[20:44:01] plugins = "" (string)
[20:44:01]
[20:44:01] Server Plugins
[20:44:01] --------------
[20:44:01] Loaded 0 plugins.

[20:44:01]
[20:44:01] Filterscripts
[20:44:01] ---------------
[20:44:01] Loaded 0 filterscripts.

[20:44:01] Script[gamemodes/FGAMING.amx]: Run time error 19: "File or function is not found"
[20:44:01] Number of vehicle models: 0[/spoiler]


Help me to fix this, i will make gamode from scratch thanks.


Re: Help Runtime error 19 : file or function is not found - Maximun - 05.07.2016

Your .pwn is not successfully compiled, show us your errors.


Re: Help Runtime error 19 : file or function is not found - Mencent - 05.07.2016

Hello!

Do you try to load any plugins? If so try to replace they with the latest version.


Re: Help Runtime error 19 : file or function is not found - SyS - 05.07.2016

you are not loading any plugin


Re: Help Runtime error 19 : file or function is not found - meranti1995 - 05.07.2016

There nothing errors , iam succesfully complied my GM




Re: Help Runtime error 19 : file or function is not found - meranti1995 - 05.07.2016

if i use plugin i got this


Serverlog :

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[20:55:59] filterscripts = "" (string)
[20:55:59]
[20:55:59] Server Plugins
[20:55:59] --------------
[20:55:59] Loading plugin: nativechecker
[20:55:59] Loaded.
[20:55:59] Loading plugin: sscanf
[20:56:25] Failed.
[20:56:25] Loading plugin: streamer
[20:56:28] Failed.
[20:56:28] Loading plugin: whirlpool
[20:56:31]
[20:56:31] ==================
[20:56:31]
[20:56:31] Whirlpool loaded
[20:56:31]
[20:56:31] ==================
[20:56:31]
[20:56:31] Loaded.
[20:56:31] Loaded 2 plugins.

[20:56:31]
[20:56:31] Filterscripts
[20:56:31] ---------------
[20:56:31] Loaded 0 filterscripts.

[20:56:31] Error: Function not registered: 'SSCANF_Init'
[20:56:31] Error: Function not registered: 'SSCANF_IsConnected'
[20:56:31] Error: Function not registered: 'SSCANF_Join'
[20:56:31] Error: Function not registered: 'SSCANF_Leave'
[20:56:31] Error: Function not registered: 'sscanf'
[20:56:31] Script[gamemodes/FGAMING.amx]: Run time error 19: "File or function is not found"
[20:56:31] Number of vehicle models: 0


Re: Help Runtime error 19 : file or function is not found - Mencent - 05.07.2016

I can't read the picture.

Update your sscanf and streamer plugin and include to the latest version.


Re: Help Runtime error 19 : file or function is not found - meranti1995 - 05.07.2016



that picture


Re: Help Runtime error 19 : file or function is not found - Konstantinos - 05.07.2016

https://www.microsoft.com/en-us/down....aspx?id=48145

Load x86 version.


Re: Help Runtime error 19 : file or function is not found - meranti1995 - 05.07.2016

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

SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[00:13:51] filterscripts = "" (string)
[00:13:51]
[00:13:51] Server Plugins
[00:13:51] --------------
[00:13:51] Loading plugin: nativechecker.dll
[00:13:51] Loaded.
[00:13:51] Loading plugin: sscanf.dll
[00:13:51]

[00:13:51] ===============================

[00:13:51] sscanf plugin loaded.

[00:13:51] Version: 2.8.1

[00:13:51] © 2012 Alex "******" Cole

[00:13:51] ===============================

[00:13:51] Loaded.
[00:13:51] Loading plugin: streamer.dll
[00:13:51]

*** Streamer Plugin v2.6.1 by Incognito loaded ***

[00:13:51] Loaded.
[00:13:51] Loading plugin: whirlpool.dll
[00:13:53]
[00:13:53] ==================
[00:13:53]
[00:13:53] Whirlpool loaded
[00:13:53]
[00:13:53] ==================
[00:13:53]
[00:13:53] Loaded.
[00:13:53] Loaded 4 plugins.

[00:13:53]
[00:13:53] Filterscripts
[00:13:53] ---------------
[00:13:53] Loaded 0 filterscripts.

[00:13:53] Error: Function not registered: 'SSCANF_Init'
[00:13:53] Error: Function not registered: 'SSCANF_IsConnected'
[00:13:53] Error: Function not registered: 'SSCANF_Join'
[00:13:53] Error: Function not registered: 'SSCANF_Leave'
[00:13:53] Error: Function not registered: 'sscanf'
[00:13:53] Script[gamemodes/FGAMING.amx]: Run time error 19: "File or function is not found"
[00:13:53] Number of vehicle models: 0

i have update streamer and sscanf plugin