how to fix run time error 19 - 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: how to fix run time error 19 (
/showthread.php?tid=520647)
how to fix run time error 19 -
ReD_DeVi - 19.06.2014
here is the log
Код:
----------
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[15:29:51]
[15:29:51] Server Plugins
[15:29:51] --------------
[15:29:51] Loading plugin: YSF.so
[15:29:51]
[15:29:51] ===============================
[15:29:51] YSF 0.3.00 loaded
[15:29:51] © 2008 Alex "******" Cole
[15:29:51] Operating System: Linux
[15:29:51] ===============================
[15:29:51] Loaded.
[15:29:51] Loading plugin: streamer.so
[15:29:51]
*** Streamer Plugin v2.3.8 by Incognito loaded ***
[15:29:51] Loaded.
[15:29:51] Loading plugin: sscanf.so
[15:29:51]
[15:29:51] ===============================
[15:29:51] sscanf plugin loaded.
[15:29:51] © 2009 Alex "******" Cole
[15:29:51] ===============================
[15:29:51] Loaded.
[15:29:51] Loading plugin: filemanager.so
[15:29:51] ******************
[15:29:51] ** FILE MANAGER **
[15:29:51] ** Loaded **
[15:29:51] ** Version 1.4 **
[15:29:51] ******************
[15:29:51] Loaded.
[15:29:51] Loading plugin: GeoIP_Plugin.so
[15:29:51] GeoIP_Plugin got loaded.
[15:29:51] Loaded.
[15:29:51] Loaded 5 plugins.
[15:29:51]
[15:29:51] Filterscripts
[15:29:51] ---------------
[15:29:51] Loading filterscript 'Weaponholder.amx'...
[15:29:51] Loading filterscript 'carbar.amx'...
[15:29:51] Loading filterscript 'ANIMS.amx'...
[15:29:51] Loading filterscript 'efa.amx'...
[15:29:51] Loading filterscript 'AHouse.amx'...
[15:29:52] Loading filterscript 'math.amx'...
[15:29:52] Loading filterscript 'ChatBot.amx'...
[15:29:52]
Auto messanger loaded
[15:29:52] Loading filterscript 'randommessages.amx'...
[15:29:52] Server MSG v1.0
[15:29:52] Loading filterscript 'nitro.amx'...
[15:29:52] Loading filterscript 'Star.amx'...
[15:29:52] Unable to load filterscript 'Star.amx'.
[15:29:52] Loading filterscript 'BTR.amx'...
[15:29:52] Loading filterscript 'audio.amx'...
[15:29:52] Loaded 11 filterscripts.
[15:29:52] Script[gamemodes/SATDM_v14.amx]: Run time error 19: "File or function is not found"
[15:29:52] Number of vehicle models: 0
Re : how to fix run time error 19 -
S4t3K - 19.06.2014
Try using the
nativechecker plugin.
Put it as last plugin in your server.cfg's "plugins" line.
It's most likely because you forgot to add a plugin in the plugins list even if you use some natives that only the plugin provides
Re: how to fix run time error 19 -
ReD_DeVi - 20.06.2014
i hope it works thank you S4t3k
Re: how to fix run time error 19 -
ReD_DeVi - 20.06.2014
new error
Код:
[01:59:50]
[01:59:50] Filterscripts
[01:59:50] ---------------
[01:59:50] Loading filterscript 'Weaponholder.amx'...
[01:59:50] Loading filterscript 'carbar.amx'...
[01:59:50] Loading filterscript 'ANIMS.amx'...
[01:59:50] Loading filterscript 'efa.amx'...
[01:59:50] Loading filterscript 'AHouse.amx'...
[01:59:50] Error: Function not registered: 'Streamer_CallbackHook'
[01:59:50] Loading filterscript 'math.amx'...
[01:59:50] Loading filterscript 'ChatBot.amx'...
[01:59:50]
Auto messanger loaded
[01:59:50] Loading filterscript 'randommessages.amx'...
[01:59:50] Server MSG v1.0
[01:59:50] Loading filterscript 'nitro.amx'...
[01:59:50] Loading filterscript 'Star.amx'...
[01:59:50] Unable to load filterscript 'Star.amx'.
[01:59:50] Loading filterscript 'BTR.amx'...
[01:59:50] Loaded 10 filterscripts.
[01:59:50] Error: Function not registered: 'Streamer_CallbackHook'
[01:59:50] Script[gamemodes/SATDM_v14.amx]: Run time error 19: "File or function is not found"
[01:59:50] Number of vehicle models: 0