SA-MP Forums Archive
Scripting Help Needed. - 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: Scripting Help Needed. (/showthread.php?tid=537708)



Scripting Help Needed. - manishmulchandani11 - 17.09.2014

When ever i'm trying to run my mysql script, i can not, i mean it shows that error:


v0.3z-R4, ©2005-2014 SA-MP Team

[11:01:03]
[11:01:03] Server Plugins
[11:01:03] --------------
[11:01:03] Loading plugin: sscanf.so
[11:01:03] Failed (plugins/sscanf.so: invalid ELF header)
[11:01:03] Loading plugin: streamer.so
[11:01:03] Failed (plugins/streamer.so: invalid ELF header)
[11:01:03] Loading plugin: MapAndreas.so
[11:01:03] Loaded.
[11:01:03] Loading plugin: mysql.so
[11:01:03] Failed (plugins/mysql.so: invalid ELF header)
[11:01:03] Loading plugin: Whirlpool.so
[11:01:03] Failed (plugins/Whirlpool.so: invalid ELF header)
[11:01:03] Loading plugin: crashdetect.so
[11:01:03] Failed (plugins/crashdetect.so: invalid ELF header)
[11:01:03] Loaded 1 plugins.

[11:01:03]
[11:01:03] Filterscripts
[11:01:03] ---------------
[11:01:03] Loaded 0 filterscripts.

[11:01:03] Script[gamemodes/LGG.amx]: Run time error 19: "File or function is not found"
[11:01:03] Number of vehicle models: 0



I'm using triangle.gs host, everything is fine, but that ELF header makes me mad, how to solve it?


Re: Scripting Help Needed. - IamPRO - 17.09.2014

Open your server.cfg and add ".so" to all plugins names (EG: sscanf -> sscanf.so)... also make sure that you uploaded the .so (Linux version) of the plugin to Triangle.gs