[Help] Problem loading plugins? - 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: [Help] Problem loading plugins? (
/showthread.php?tid=352849)
[Help] Problem loading plugins? -
69 - 21.06.2012
Hello there,
I am currently having a problem loading plugins. The thing is, I run Windows on my PC but I believe my host runs Linux, I don't know if the file locations are the same but I suppose they are from the looks of it.
Anyhow, straight to the point; when I start my server, all the filterscripts appear to load smoothly but this shows up:
Код:
[09:30:27] Loaded 0 plugins.
[09:30:27] Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[09:30:27] Loading plugin: Whirlpool
[09:30:27] --------------
[09:30:27] Server Plugins
(Read from bottom to top)
So, could I just know where to put plugins on the Linux Server or just a fix for this. Other than this, my server runs smooth.
Thanks in advance.
Re: [Help] Problem loading plugins? -
Jonny5 - 21.06.2012
for linux you need to use the .so version
windows use the .dll version
also on linux in the server.cfg you need to name it Whirlpool.so
Re : Re: [Help] Problem loading plugins? -
69 - 21.06.2012
Quote:
Originally Posted by Jonny5
for linux you need to use the .so version
windows use the .dll version
also on linux in the server.cfg you need to name it Whirlpool.so
|
Thanks a lot! Rep'ed!