SA-MP Forums Archive
Run Time ERROR 19:??? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: Client Support (https://sampforum.blast.hk/forumdisplay.php?fid=16)
+--- Thread: Run Time ERROR 19:??? (/showthread.php?tid=491862)



Run Time ERROR 19:??? - PLAYHARD112 - 01.02.2014

i got this error when i uploaded and when i started it syas this

Код:
[07:17:20] Script[gamemodes/HighSpeedDrivers.amx]: Run time error 19: "File or function is not found"
[07:17:20] Number of vehicle models: 0
[07:17:28] --- Server Shutting Down.
[07:17:28] CarWheelie System Unloaded!
plzzz help my server is down now gotta fix it


Re: Run Time ERROR 19:??? - Konstantinos - 01.02.2014

https://sampforum.blast.hk/showthread.php?tid=249226


Re: Run Time ERROR 19:??? - PLAYHARD112 - 01.02.2014

my logs problem not solved


SA-MP Dedicated Server
----------------------
v0.3c, ©2005-2010 SA-MP Team

[07:35:59] filterscripts = "" (string)
[07:35:59]
[07:35:59] Server Plugins
[07:35:59] --------------
[07:35:59] Loading plugin: sscanf
[07:35:59] Failed.
[07:35:59] Loading plugin: Whirlpool
[07:35:59] Failed.
[07:35:59] Loading plugin: streamer
[07:35:59]

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

[07:35:59] Loaded.
[07:35:59] Loading plugin: irc
[07:35:59]

*** IRC Plugin v1.4 by Incognito loaded ***

[07:35:59] Loaded.
[07:35:59] Loading plugin: audio
[07:35:59]

*** Audio Plugin v0.4 by Incognito loaded ***


[07:35:59] Loaded.
[07:35:59] Loading plugin: nativechecker
[07:35:59] Loaded.
[07:35:59] Loaded 4 plugins.

[07:35:59]
[07:35:59] Ban list
[07:35:59] --------
[07:35:59] Loaded: samp.ban
[07:35:59]
[07:35:59]
[07:35:59] Filter Scripts
[07:35:59] ---------------
[07:35:59] Loaded 0 filter scripts.

[07:35:59] Error: Function not registered: 'sscanf'
[07:35:59] Script[gamemodes/WorldSU.amx]: Run time error 19: "File or function is not found"
[07:35:59] Number of vehicle models: 0
[07:36:45] --- Server Shutting Down.
[07:36:45]

*** Streamer Plugin v2.5 by Incognito unloaded ***

[07:36:45]

*** IRC Plugin v1.4 by Incognito unloaded ***


[07:36:45]

*** Audio Plugin v0.4 by Incognito unloaded ***


Re: Run Time ERROR 19:??? - Konstantinos - 01.02.2014

Quote:
Originally Posted by PLAYHARD112
Посмотреть сообщение
[07:35:59] Loading plugin: sscanf
[07:35:59] Failed.
[07:35:59] Loading plugin: Whirlpool
[07:35:59] Failed.
Those 2 plugins failed to load. sscanf is used by the gamemode and that's why it gives the run time error.

Update every plugin/include you use, re-compile and start the server. If the problem is not fixed yet, then you'll need to post it to sscanf's thread since the plugin is not loading. It might need .NET or some other files from Microsoft to get it working (not sure).


Re: Run Time ERROR 19:??? - PLAYHARD112 - 01.02.2014

but the plugins came with the gamemod!!


Re: Run Time ERROR 19:??? - Konstantinos - 01.02.2014

That's the mistake everyone does. If the gamemode was released in 2010, every plugin will be out of date. You need to update them all to their latest version.