How to fix this problem -
sethpowell11 - 12.04.2019
SA-MP Dedicated Server
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team
[00:40:10]
[00:40:10] Server Plugins
[00:40:10] --------------
[00:40:10] Loading plugin: audio.dll
[00:40:10] Failed (plugins/audio.dll: invalid ELF header)
[00:40:10] Loading plugin: Whirlpool.dll
[00:40:10] Failed (plugins/Whirlpool.dll: invalid ELF header)
[00:40:10] Loading plugin: sscanf.dll
[00:40:10] Failed (plugins/sscanf.dll: invalid ELF header)
[00:40:10] Loading plugin: streamer.dll
[00:40:10] Failed (plugins/streamer.dll: invalid ELF header)
[00:40:10] Loading plugin: SKY.dll
[00:40:10] Failed (plugins/SKY.dll: invalid ELF header)
[00:40:10] Loading plugin: FileFunctions.dll
[00:40:10] Failed (plugins/FileFunctions.dll: invalid ELF header)
[00:40:10] Loaded 0 plugins.
[00:40:10]
[00:40:10] Filterscripts
[00:40:10] ---------------
[00:40:10] Loading filterscript 'zmapping.amx'...
[00:40:10] Loading filterscript 'gl_mapicon.amx'...
[00:40:10] Loading filterscript 'yom_buttons.amx'...
[00:40:10] Loading filterscript 'hostname.amx'...
[00:40:10] Unable to load filterscript 'hostname.amx'.
[00:40:10] Loading filterscript 'anims.amx'...
[00:40:10] Loading filterscript 'WeaponHolder.amx'...
[00:40:10] Unable to load filterscript 'WeaponHolder.amx'.
[00:40:10] Loading filterscript 'colorbar.amx'...
[00:40:10] Loading filterscript 'antiddos.amx'...
[00:40:10] Loaded 6 filterscripts.
[00:40:10] Script[gamemodes/WCRP.amx]: Run time error 19: "File or function is not found"
[00:40:10] Number of vehicle models: 0
Re: How to fix this problem -
Yukie - 12.04.2019
Linux or windows??
Re: How to fix this problem -
sethpowell11 - 12.04.2019
Linux
Re: How to fix this problem -
MicroKyrr - 12.04.2019
use .so plugins
Re: How to fix this problem -
sethpowell11 - 12.04.2019
Then??
Re: How to fix this problem -
Yukie - 12.04.2019
Quote:
Originally Posted by sethpowell11
Then??
|
use the plugins with extension name ".so"
Re: How to fix this problem -
vincentdineros24 - 12.04.2019
Instead .dll you can make it to .so and if still not working you can change your include/plugings as new latest version? Take screen shot the result and Pm Me?..
Re: How to fix this problem -
Chilli9434 - 12.04.2019
You need to use the "shared object" (.so) files instead of the .dll. Get all of the .so files for each of the plugins you're trying to load and add them to your plugins folder.
Then in your server.cfg file, on the plugins line you can name each of the plugins you want to load without .dll on the end and instead .so
For example:
Code:
plugins mysql_static.so Whirlpool.so sscanf.so streamer.so