Run time error 19: "File or function is not found -
Tosh123 - 22.06.2014
Hi I made my own server and when I try to run it Run TIme error found..
[09:15:52] Script[gamemodes/FZRP.amx]: Run time error 19: "File or function is not found"
[09:15:52] Number of vehicle models: 0
Please help..
Re: Run time error 19: "File or function is not found -
FreAkeD - 22.06.2014
This is probably because you are missing a plugin that your server needs.
Download this plugin:
https://sampforum.blast.hk/showthread.php?tid=249226
It will tell you which plugins are needed.
Re: Run time error 19: "File or function is not found -
Tosh123 - 22.06.2014
I past this on my server plugins folder..what now?
Re: Run time error 19: "File or function is not found -
Jankingston - 22.06.2014
update all your plugins ... and also add audio plugin
Re: Run time error 19: "File or function is not found -
FreAkeD - 22.06.2014
Make sure nativechecker is listed LAST in your server.cfg file on the plugins line. Next, start up your server and see whats missing. It should tell you that on the last couples of lines in the console.
Re: Run time error 19: "File or function is not found -
Tosh123 - 22.06.2014
What do I need to write in server.cfg?
Re: Run time error 19: "File or function is not found -
Brezon - 22.06.2014
add
nativechecker at the end of your
plugins line in server.cfg and then recompile your script.
Re: Run time error 19: "File or function is not found -
Tosh123 - 22.06.2014
Here after I recompile after this:
[13:20:21] Loading filterscript 'MegaPhone.amx'...
[13:20:21] Loading filterscript 'Xballoon.amx'...
[13:20:21] Loading filterscript 'test1.amx'...
[13:20:21] Unable to load filterscript 'test1.amx'.
[13:20:21] Loaded 15 filterscripts.
[13:20:21] Script[gamemodes/FZRP.amx]: Run time error 19: "File or function is not found"
[13:20:21] Number of vehicle models: 0
[13:20:28] --- Server Shutting Down.
[13:20:28] ******* player by usrb1n has been unloaded
[13:20:28]
[13:20:28] ===============================
[13:20:28] sscanf plugin unloaded.
[13:20:28] ===============================
Re: Run time error 19: "File or function is not found -
Brezon - 22.06.2014
EDIT: oh sorry lol i thought its filterscript

Maybe you have some plugin written in server.cfg and you dont actually have it in plugins folder?
Re: Run time error 19: "File or function is not found -
Tosh123 - 22.06.2014
Yea I have like 20-25 plugins.