[Help] Runtime Error 19, Plugin load fail? - 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: [Help] Runtime Error 19, Plugin load fail? (
/showthread.php?tid=244647)
[Help] Runtime Error 19, Plugin load fail? -
Placebo - 28.03.2011
I realize that this error is/can be caused by different things depending on what you're doing.
I got this error, trying to follow this admin guide on a blank script
https://sampforum.blast.hk/showthread.php?tid=243415
Код:
SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team
[16:59:12]
[16:59:12] Server Plugins
[16:59:12] --------------
[16:59:12] Loaded 0 plugins.
[16:59:12]
[16:59:12] Filter Scripts
[16:59:12] ---------------
[16:59:12] Loading filter script 'base.amx'...
[16:59:12]
--Base FS loaded.
[16:59:12] Loading filter script 'gl_actions.amx'...
[16:59:12] Loading filter script 'gl_property.amx'...
[16:59:12]
-----------------------------------
[16:59:12] Grand Larceny Property Filterscript
[16:59:12] -----------------------------------
[16:59:12] Loading filter script 'gl_realtime.amx'...
[16:59:12] Loading filter script 'gl_mapicon.amx'...
[16:59:12] Loading filter script 'ls_elevator.amx'...
[16:59:12] Loaded 6 filter scripts.
[16:59:13] Reading File: blank
[16:59:13] Reading File: properties/houses.txt
[16:59:13] Reading File: properties/businesses.txt
[16:59:13] Reading File: properties/banks.txt
[16:59:13] Reading File: properties/police.txt
[16:59:13] Script[gamemodes/Untitled.amx]: Run time error 19: "File or function is not found"
[16:59:13] Number of vehicle models: 0
I can compile fine, no errors.
Here are some screen caps of my SA-MP server folder ( I don't see anything wrong with it though D
I won't embed them to make the thread look a little neater.
1. Main Directory -
http://i54.tinypic.com/2mq7zti.png
2. Plugins folder -
http://i54.tinypic.com/1znylxs.png
Let me know if any other pics can help solve my problem!
EDIT: Yes, I have searched, and a lot of people are saying it's due to plugin missing. But from that guide, I downloaded everything that was included, and there were only 2 .dll's for the PLUGIN folder, sscanf, and Whirlpool..
Re: [Help] Runtime Error 19, Plugin load fail? -
Placebo - 28.03.2011
AH! I have fixed it! In case anyone else is having the same problem, I added
Код:
plugins sscanf Whirlpool
to the end of my server.cfg file