SA-MP Forums Archive
Run time error 19: "File or function is not found" - 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)
+--- Thread: Run time error 19: "File or function is not found" (/showthread.php?tid=573523)



Run time error 19: "File or function is not found" - Sc0pion - 08.05.2015

Fixed!


AW: Run time error 19: "File or function is not found" - Mencent - 08.05.2015

Hello!

Can you download nativechecker and add this in the plugins at the least?
Well, what is writing in the console if you run nativechecker as well?


Re: Run time error 19: "File or function is not found" - Konstantinos - 08.05.2015

Run time error 19 is caused when function(s) which are used to the script are not registered (not samp natives or natives coming from plugins).

Load nativechecker plugin: https://sampforum.blast.hk/showthread.php?tid=249226
Note: Add it last in server.cfg -> plugins line and run the server. It will print what functions are not registered and then you can see if you forgot to load a plugin or it failed (actually, you could see that in server log).


Re: Run time error 19: "File or function is not found" - Sc0pion - 08.05.2015

Fixed!


AW: Run time error 19: "File or function is not found" - Mencent - 08.05.2015

Is the include and plugin in the right file?
Is the plugin correctly in the server.cfg?

Maybe if you want, you could send us a screenshot of the include and plugin file, so we check this for you.
Also you can send us your server.cfg.


Re: AW: Run time error 19: "File or function is not found" - Sc0pion - 08.05.2015

Fixed!


Re: Run time error 19: "File or function is not found" - Konstantinos - 08.05.2015

Quote:
Originally Posted by Incognito
Посмотреть сообщение
The Windows version requires the Microsoft .NET Framework 4.5.1 or higher. If this cannot be installed on the server, place these files in the top directory (alongside samp-server.exe).
I had the same problem and after placing those two files in the main server package folder, it worked.


Re: Run time error 19: "File or function is not found" - Sc0pion - 08.05.2015

Fixed!