SA-MP Forums Archive
Run time error 19: [HELP] - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Run time error 19: [HELP] (/showthread.php?tid=226772)



Run time error 19: [HELP] - UDV Production - 16.02.2011

I am keep getting this error when I tried to run my server Run time error 19: "File or Function is not found "

* I have all plugins needed to run it
* My script compile with no errors
* I have everything in my proper place
* All plugins are loaded
* I have .NET FRAMEWORK 3.5

BTW how will i know which plugin my script is needed


Re: Run time error 19: [HELP] - Mean - 16.02.2011

Maybe, some of your plugins Fails to load. Show us your server.log .


Re: Run time error 19: [HELP] - UDV Production - 16.02.2011

HERE IT IS

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

[16:51:09] weburl = "www.sa-mp.com" (string)
[16:51:09]
[16:51:09] Server Plugins
[16:51:09] --------------
[16:51:09] Loading plugin: sscanf
[16:51:09]

[16:51:09] ===============================

[16:51:09] sscanf plugin loaded.

[16:51:09] © 2009 Alex "******" Cole

[16:51:09] ===============================

[16:51:09] Loaded.
[16:51:09] Loading plugin: streamer
[16:51:09]

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

[16:51:09] Loaded.
[16:51:09] Loaded 2 plugins.

[16:51:09]
[16:51:09] Filter Scripts
[16:51:09] ---------------
[16:51:09] Loading filter script 'GarHouse.amx'...
[16:51:10]
>> GarHouse v1.3 By [03]Garsino Loaded <<

[16:51:10]
Total Houses Loaded: 0

[16:51:10] Loading filter script 'yRace.amx'...
[16:51:10]
+--------------------------------+
[16:51:10] | Yagu's Race Filterscript v0.4a |
[16:51:10] +--------------LOADED------------+

[16:51:10] Loaded 2 filter scripts.

[16:51:10] Script[gamemodes/gangwar.amx]: Run time error 19: "File or function is not found"
[16:51:10] Number of vehicle models: 0


Re: Run time error 19: [HELP] - UDV Production - 16.02.2011

tried not works. It's an unknown error. I have tried every every every thing but not works.


AW: Run time error 19: [HELP] - .LaaRs. - 16.02.2011

have you added in your server.cfg

plugins streamer ...
NOT
plugins streamer.dll ...

or u need a "main part"
like
main()
{
print("Meadl of Honor TDM running...");
}


Re: Run time error 19: [HELP] - UDV Production - 16.02.2011

tried everything as possible with my hearth off. But not works. Could it be a scripting problem?


Re: Run time error 19: [HELP] - Mean - 16.02.2011

It can be a script problem yes, try grand larency, and see if it still happens, if it doesn't work with glarc, then it's not the script.