Plugins Problem
#1

Код:
[13:56:07]   Loaded.
[13:56:07]  Loading plugin: streamer.so
[13:56:07]   Failed (plugins/streamer.so: ELF load command past end of file)
[13:56:07]  Loading plugin: dns.so
[13:56:07]   Failed (plugins/dns.so: ELF load command past end of file)
[13:56:07]  Loading plugin: regex.so
[13:56:07]   Failed (plugins/regex.so: ELF load command past end of file)
how to solve it ?
Reply
#2

Are you on Linux or Windows?

Remember, in Linux you need to load the .so file and in windows the .dll instead.

Also in server.cfg file, plugins line, you need to use .so in Linux; for example:
pawn Код:
plugins streamer.so dns.so regex.so
And in Windows:
pawn Код:
plugins streamer dns. regex
Reply
#3

already done it but i have same problem
Reply
#4

I dont want to bump this old thread but if you guys have a problem like this, goto your server.cfg > make sure all of your plugins are under filterscript.
Reply
#5

Quote:
Originally Posted by 0B3Y
Посмотреть сообщение
I dont want to bump this old thread but if you guys have a problem like this, goto your server.cfg > make sure all of your plugins are under filterscript.
That doesn't work, because that's a terrible idea. It wouldn't work at all then that's why you won't get errors.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)