SA-MP Forums Archive
plugins is not work - 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: plugins is not work (/showthread.php?tid=508961)



plugins is not work - UfsDev - 24.04.2014

fratalhyub hosting server log here is error....

i tried .so plugins not working and .dlll too
Код:
[18:55:12] 
[18:55:12] Server Plugins
[18:55:12] --------------
[18:55:12]  Loading plugin: streamer.dll
[18:55:12]   Failed (plugins/streamer.dll: cannot open shared object file: No such file or directory)
[18:55:12]  Loading plugin: Whirlpool.dll
[18:55:12]   Failed (plugins/Whirlpool.dll: cannot open shared object file: No such file or directory)
[18:55:12]  Loading plugin: sscanf.dll
[18:55:12]   Failed (plugins/sscanf.dll: cannot open shared object file: No such file or directory)
[18:55:12]  Loading plugin: y_files.dll
[18:55:12]   Failed (plugins/y_files.dll: cannot open shared object file: No such file or directory)
[18:55:12]  Loading plugin: audio.dll
[18:55:12]   Failed (plugins/audio.dll: cannot open shared object file: No such file or directory)
[18:55:12]  Loading plugin: nativechecker.dll
[18:55:12]   Failed (plugins/nativechecker.dll: cannot open shared object file: No such file or directory)
[18:55:12]  Loading plugin: crashdetect.dll
[18:55:12]   Failed (plugins/crashdetect.dll: cannot open shared object file: No such file or directory)
[18:55:12]  Loaded 0 plugins.



Re: plugins is not work - Luis- - 24.04.2014

Be sure to add .so to the end of each plugin, like this: streamer.so, also be sure that you've added them to the plugins folder.


Re: plugins is not work - Parallex - 25.04.2014

Download all the Linux plugins, you can find out in those Plugin's threads, and put those in the "Plugins" folder. Go to your server.cfg, and in plugins line add ".so" instead of ".dll". And then try - It will work.