How to fix this problem
#1

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
Reply
#2

Linux or windows??
Reply
#3

Linux
Reply
#4

use .so plugins
Reply
#5

Then??
Reply
#6

Quote:
Originally Posted by sethpowell11
View Post
Then??
use the plugins with extension name ".so"
Reply
#7

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?..
Reply
#8

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)