SA-MP Forums Archive
Help pls - 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 pls (/showthread.php?tid=651852)



Help pls - TitoRayne - 29.03.2018

Send me these plugins please, i've tried all i can do but it doesn't run.

Код:
[13:34:25]  Loading plugin: mysql
[13:34:25]   Failed (plugins/mysql: cannot open shared object file: No such file or directory)
[13:34:25]  Loading plugin: Whirlpool
[13:34:25]   Failed (plugins/Whirlpool: cannot open shared object file: No such file or directory)
[13:34:25]  Loading plugin: streamer
[13:34:25]   Failed (plugins/streamer: cannot open shared object file: No such file or directory)
[13:34:25]  Loading plugin: sscanf
[13:34:25]   Failed (plugins/sscanf: cannot open shared object file: No such file or directory)
[13:34:25]  Loading plugin: crashdetect
[13:34:25]   Failed (plugins/crashdetect: cannot open shared object file: No such file or directory)
[13:34:25]  Loading plugin: nativechecker
[13:34:25]   Failed (plugins/nativechecker: cannot open shared object file: No such file or directory)
[13:34:25]  Loaded 0 plugins.



Re: Help pls - NaS - 29.03.2018

They are all in the Plugin Section. Just browse through them or use the search function

http://forum.sa-mp.com/forumdisplay.php?f=18


Re: Help pls - TitoRayne - 29.03.2018

Quote:
Originally Posted by NaS
Посмотреть сообщение
They are all in the Plugin Section. Just browse through them or use the search function

http://forum.sa-mp.com/forumdisplay.php?f=18
Still didn't work


Re: Help pls - NaS - 29.03.2018

Quote:
Originally Posted by TitoRayne
Посмотреть сообщение
Still didn't work
Can you explain more what exactly is the problem?

Were you unable to find any of the Plugins or did you already download the Plugin DLL or SO files but it still doesn't work?

If you use Linux, make sure you add the file extenstion (.so) to the "plugins" line in your server.cfg, for example:

Код:
plugins mysql.so



Re: Help pls - TitoRayne - 29.03.2018

Код:
[14:05:24]  Loading plugin: streamer.dll
[14:05:24]   Failed (plugins/streamer.dll: invalid ELF header)
how?


Re: Help pls - TitoRayne - 29.03.2018

Quote:
Originally Posted by NaS
Посмотреть сообщение
Can you explain more what exactly is the problem?

Were you unable to find any of the Plugins or did you already download the Plugin DLL or SO files but it still doesn't work?

If you use Linux, make sure you add the file extenstion (.so) to the "plugins" line in your server.cfg, for example:

Код:
plugins mysql.so
Код:
[14:18:36]  Loading plugin: mysql.so
[14:18:36]   Failed (libmysqlclient.so.18: cannot open shared object file: No such file or directory)
please help me.


Re: Help pls - NaS - 29.03.2018

Quote:
Originally Posted by TitoRayne
Посмотреть сообщение
Код:
[14:05:24]  Loading plugin: streamer.dll
[14:05:24]   Failed (plugins/streamer.dll: invalid ELF header)
how?
Are you using Linux?

If so you need to use the .so plugins and not the .dll files, and use the .so file endings in your server.cfg..


Re: Help pls - TitoRayne - 29.03.2018

Quote:
Originally Posted by NaS
Посмотреть сообщение
Are you using Linux?

If so you need to use the .so plugins and not the .dll files, and use the .so file endings in your server.cfg..
Im using my friends OGP. http://207.154.242.19 it's .so all


Re: Help pls - NaS - 29.03.2018

Quote:
Originally Posted by TitoRayne
Посмотреть сообщение
Im using my friends OGP. http://207.154.242.19 it's .so all
Okay, yeah in that case you need the Linux Plugin for the Streamer (try the _static versions of plugins if there are missing dependancies).


Re: Help pls - TitoRayne - 29.03.2018

Quote:
Originally Posted by NaS
Посмотреть сообщение
Okay, yeah in that case you need the Linux Plugin for the Streamer (try the _static versions of plugins if there are missing dependancies).
Could you pelase link me where to find it please?