SA-MP Forums Archive
Run time error 19: "File or function is 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: Run time error 19: "File or function is not found" (/showthread.php?tid=640308)



Run time error 19: "File or function is not found" - Nehe - 31.08.2017

How can i fix this

Script[gamemodes/1.1.amx]: Run time error 19: "File or function is not found"


PLEASE HELP





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

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

[13:29:35] password = "" (string)
[13:29:35]
[13:29:35] Server Plugins
[13:29:35] --------------
[13:29:35] Loading plugin: streamer.so
[13:29:35]

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

[13:29:35] Loaded.
[13:29:35] Loading plugin: mysqlR7.so
[13:29:35] plugin.mysql: R20 successfully loaded.
[13:29:35] Loaded.
[13:29:35] Loading plugin: gvar.so
[13:29:35]

*** GVar Plugin v1.3 by Incognito loaded ***

[13:29:35] Loaded.
[13:29:35] Loading plugin: sscanf2.so
[13:29:35]

[13:29:35] ===============================

[13:29:35] sscanf plugin loaded.

[13:29:35] © 2009 Alex "******" Cole

[13:29:35] ===============================

[13:29:35] Loaded.
[13:29:35] Loading plugin: nativechecker.so
[13:29:35] Loaded.
[13:29:35] Loaded 5 plugins.

[13:29:36]
[13:29:36] Filterscripts
[13:29:36] ---------------
[13:29:36] Loading filterscript 'UltraHost.amx'...
[13:29:36] Loading filterscript 'Debug.amx'...
[13:29:36]
*********************
* SA:MP DEBUG 0.2 *
[13:29:36] * By Simon Campbell *
*********************
[13:29:36] * Version: 0.5c *
*********************
[13:29:36] * -- LOADED *
*********************

[13:29:36] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
[13:29:36] Loading filterscript 'netstats.amx'...
[13:29:36]
--Admin Netstats FS loaded.

[13:29:36] Loaded 3 filterscripts.

[13:29:36] Error: Function not registered: 'IRC_GetUserChannelMode'
[13:29:36] Error: Function not registered: 'IRC_Connect'
[13:29:36] Error: Function not registered: 'IRC_CreateGroup'
[13:29:36] Error: Function not registered: 'IRC_SetIntData'
[13:29:36] Error: Function not registered: 'IRC_Quit'
[13:29:36] Error: Function not registered: 'IRC_DestroyGroup'
[13:29:36] Error: Function not registered: 'IRC_Say'
[13:29:36] Error: Function not registered: 'IRC_AddToGroup'
[13:29:36] Error: Function not registered: 'IRC_SendRaw'
[13:29:36] Error: Function not registered: 'IRC_JoinChannel'
[13:29:36] Script[gamemodes/1.1.amx]: Run time error 19: "File or function is not found"
[13:29:36] Number of vehicle models: 0


Re: Run time error 19: "File or function is not found" - Hansrutger - 31.08.2017

You probably forgot a plugin, I got the same error.


Re: Run time error 19: "File or function is not found" - Abagail - 01.09.2017

Quote:

[13:29:36] Error: Function not registered: 'IRC_GetUserChannelMode'
[13:29:36] Error: Function not registered: 'IRC_Connect'
[13:29:36] Error: Function not registered: 'IRC_CreateGroup'
[13:29:36] Error: Function not registered: 'IRC_SetIntData'
[13:29:36] Error: Function not registered: 'IRC_Quit'
[13:29:36] Error: Function not registered: 'IRC_DestroyGroup'
[13:29:36] Error: Function not registered: 'IRC_Say'
[13:29:36] Error: Function not registered: 'IRC_AddToGroup'
[13:29:36] Error: Function not registered: 'IRC_SendRaw'
[13:29:36] Error: Function not registered: 'IRC_JoinChannel'

This is a good indication that not loading some type of IRC plugin.