Plugins Problem - 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 Problem (
/showthread.php?tid=457124)
Plugins Problem -
Saleem - 09.08.2013
Код:
[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 ?
Re: Plugins Problem -
Konstantinos - 09.08.2013
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
Re: Plugins Problem -
Saleem - 11.08.2013
already done it but i have same problem
Re: Plugins Problem -
0B3Y - 25.07.2014
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.
Re: Plugins Problem -
NewerthRoleplay - 25.07.2014
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.