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



Server help. - FGaming - 11.06.2013

Ehmm, I am not sure what is wrong here,

Quote:

Loading plugin: Whirlpool.dll
[21:42:38] Failed (plugins/Whirlpool.dll: invalid ELF header)

Please help me.


Re: Server help. - Red_Dragon. - 11.06.2013

If you're using Linux add .so after each plugin you use and also make sure you have the plugins (or upload) to the right folder. Show us your server.cfg


Re: Server help. - FGaming - 11.06.2013

Quote:

plugins sscanf.so whirlpool.so

Thats is what I use.


Re: Server help. - TheSnaKe - 11.06.2013

Show us your server.cfg so we can help


Re: Server help. - gtakillerIV - 11.06.2013

Код:
Loading plugin: Whirlpool.dll
[21:42:38] Failed (plugins/Whirlpool.dll: invalid ELF header)
Why does it say you're loading a .dll then ?

Try to change this line:

Код:
plugins sscanf.so whirlpool.so
To this one:

Код:
plugins sscanf.so Whirlpool.so
Capitals are important.