SA-MP Forums Archive
Run time error 19: ... - 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: ... (/showthread.php?tid=74375)



Run time error 19: ... - dafel2 - 22.04.2009

Code:
SA:MP Dedicated Server
----------------------
v0.2X, ©2005-2008 SA:MP Team

[13:42:08] 
[13:42:08] Server Plugins
[13:42:08] --------------
[13:42:08] Loading plugin: sampmysql
[13:42:08] 
/************************************************/
/* SAMP-MySQL v0.14 Plugin loaded successfully ! */
/************************************************/

[13:42:08]  Loaded.
[13:42:08] Loaded 1 plugins.

[13:42:08] 
[13:42:08] Filter Scripts
[13:42:08] ---------------
[13:42:08]  Loading filter script 'adminspec.amx'...
[13:42:08]  Loading filter script 'vactions.amx'...
[13:42:08]  Loaded 2 filter scripts.

[13:42:08] Script[gamemodes/mod.amx]: Run time error 19: "File or function is not found"
[13:42:11] --- Server Shutting Down.
[13:42:11] 
/**************************************************/
/* SAMP-MySQL v0.14 Plugin unloaded successfully ! */
/**************************************************/
How can i fix that?


Re: Run time error 19: ... - ICECOLDKILLAK8 - 22.04.2009

It means you have a function in your GameMode that the server cannot find, AKA you have a missing plugin


Re: Run time error 19: ... - dafel2 - 22.04.2009

Quote:
Originally Posted by JeNkStAX
It means you have a function in your GameMode that the server cannot find, AKA you have a missing plugin
FIXED: i were missing a plugin thanks!