SA-MP Forums Archive
File or Function is not found - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: File or Function is not found (/showthread.php?tid=504224)



File or Function is not found - rvald8 - 02.04.2014

Hello guys I've been having this trouble "Run time error 19: "File or Function is not found" when using sa-mp server hosts but when I start my server using samp-server.exe it works fine ... Someone help please...

Server Log:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[23:32:16]
[23:32:16] Server Plugins
[23:32:16] --------------
[23:32:16] Loading plugin: streamer
[23:32:16] Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[23:32:16] Loading plugin: y_files
[23:32:16] Failed (plugins/y_files: cannot open shared object file: No such file or directory)
[23:32:16] Loading plugin: Whirlpool
[23:32:16] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[23:32:16] Loading plugin: GeoIP_Plugin
[23:32:16] Failed (plugins/GeoIP_Plugin: cannot open shared object file: No such file or directory)
[23:32:16] Loaded 0 plugins.

[23:32:17]
[23:32:17] Filterscripts
[23:32:17] ---------------
[23:32:17] Loading filterscript 'NR_G_AS.amx'...
[23:32:18] Loading filterscript 'object.amx'...
[23:32:18] Loading filterscript 'TFS.amx'...
[23:32:18] Loaded 3 filterscripts.

[23:32:19] Script[gamemodes/NRG[V.4.0].amx]: Run time error 19: "File or function is not found"
[23:32:19] Number of vehicle models: 0


Re: File or Function is not found - Bingo - 02.04.2014

Make sure you have plugins in your plugins folder, If not get those plugins here and add them to your plugins folder.

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


Re: File or Function is not found - rvald8 - 02.04.2014

FIXED, I had to get the version .so files and add them on my plugin line as streamer.so etc.


Re: File or Function is not found - Bingo - 02.04.2014

Quote:
Originally Posted by rvald8
Посмотреть сообщение
FIXED, I had to get the version .so files and add them on my plugin line as streamer.so etc.
Yes.

Eg:-

streamer.dll - .dll is for windows.
streamer.so - .so is for linux.

Good luck.