SA-MP Forums Archive
[Help] Error - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Error (/showthread.php?tid=278045)



[Help] Error - Mix300 - 20.08.2011

I have this in the server_log

[qoute]SA-MP Dedicated Server
----------------------
v0.3c R2, ©2005-2011 SA-MP Team

[05:13:23]
[05:13:23] Server Plugins
[05:13:23] --------------
[05:13:23] Loading plugin: Streamer.dll
[05:13:23] Failed (plugins/Streamer.dll: invalid ELF header)
[05:13:23] Loading plugin: audio.dll
[05:13:23] Failed (plugins/audio.dll: invalid ELF header)
[05:13:23] Loaded 0 plugins.

[05:13:23] Script[gamemodes/MixRPG.amx]: Run time error 19: "File or function is not found"
[05:13:23] Number of vehicle models: 0 [/qoute]

I need help , please relpy or contact me at : demix_suport@yahoo.es


Re: [Help] Error - PhoenixB - 20.08.2011

Make sure your plugins are stored and added in your server.cfg also make sure your includes are in the correct library also


Re: [Help] Error - Mix300 - 20.08.2011

i have do ...look
____________________
lanmode 0
rcon_password XXXXX
maxplayers 70
port 7777
hostname DeMix RolePlay
gamemode0 MixRPG
filterscripts viata SRadio Graffiti AccRevolution afk MixUrina Casco Journey AmbuInt Parcare Reloj porta
announce 1
query 1
weburl 1
maxnpc 0
plugins Streamer.dll audio.dll xStreamer.dll
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
bind 188.241.63.146
________________________________________
in my pc is fuccion , but i like to host this server , and when im trying to open this server in other pc or host fpt is giving me this error (Thanx for fast reply)


Re: [Help] Error - PhoenixB - 20.08.2011

MixRPG you typed it all Correctly yes. They must all be in correct libraries then it should work.


Re: [Help] Error - Mix300 - 20.08.2011

Im confuse .. i need help


Re: [Help] Error - MP2 - 20.08.2011

You don't need to put the extension.

plugins Streamer audio xStreamer


Re: [Help] Error - Mix300 - 20.08.2011

Its dont work .... my host are hqh .....


Re: [Help] Error - MP2 - 20.08.2011

hqh? Is the server linux or windows?


Re: [Help] Error - Mix300 - 20.08.2011

In my pc (Windows) the server is Ok ,
But in the host ( linux ) the server is crashing


Re: [Help] Error - Wesley221 - 20.08.2011

For linux you need the .so plugins.
.dll plugins are for windows only


Re: [Help] Error - PhoenixB - 20.08.2011

What Wesley said and you must also define them with the file type they are so for example

plugins streamer.so // It is important to do so


Re: [Help] Error - =WoR=G4M3Ov3r - 20.08.2011

Alright, First of all, Open your .pwn and

pawn Код:
#include <streamer>
Second, Download this :

http://www.4shared.com/file/ANNRvstA/streamer.html

Then on your host, Edit server.cfg

And add Streamer.so next to plugins.

Example:
echo Executing Server Config...
lanmode 0
rcon_password ------
maxplayers 500
port 7777
hostname DEVELOPMENT
gamemode0 larp
filterscripts
plugins streamer.so
announce 1
query 1
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 70


Note: When you put the #include <streamer> in your .pwn and it gives you an error, that its Undefined or so..

Download this and paste it in pawno > include

http://www.4shared.com/file/zDdKHVsT/streamer.html