SA-MP Forums Archive
server help pls - 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: server help pls (/showthread.php?tid=436158)



server help pls - Haz - 10.05.2013

[11:50:30]
[11:50:30] Server Plugins
[11:50:30] --------------
[11:50:30] Loading plugin: Whirpool.dll
[11:50:30] Failed (plugins/Whirpool.dll: cannot open shared object file: No such file or directory)
[11:50:30] Loaded 0 plugins

i need help about this plsss


Re: server help pls - freddy smyth - 10.05.2013

Linux servers require .so files. For example, I think you need: Whirlpool.so

I'm assuming this is the issue.

Fred.


Re: server help pls - Dzines4SAMP - 10.05.2013

@Fred, you're wrong. He doesn't have the Whirlpool.dll plugin in his plugins folder..


Re: server help pls - freddy smyth - 10.05.2013

Okey cheers man. My bad.

Better listen to Dzines. He's an actual scripter.


Re: server help pls - OpticKiller - 10.05.2013

To fix that you going to need to install this plugin here https://sampforum.blast.hk/showthread.php?tid=65290


Re: server help pls - GoldZoroGrab - 10.05.2013

you wrote WhirPool.so //.so if the host is linux
and it's WhirlPool.so //.so if the host is Linux
In the server.cfg


Re: server help pls - Kurzalewski - 10.05.2013

Quote:
Originally Posted by GoldZoroGrab
Посмотреть сообщение
you wrote WhirPool.so //.so if the host is linux
and it's WhirlPool.so //.so if the host is Linux
In the server.cfg
said in English:

If you're running server on Windows whirlpool should have .dll extension, but if you're running it on Linux it should have .so extension. Also make sure you've placed it in the right place: /plugins/. You can download both of the plugins here.