Streamer/Plugins - 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: Streamer/Plugins (
/showthread.php?tid=432464)
Streamer/Plugins -
Joshy_Elite - 22.04.2013
I have a problem with loading up my samp03svr for Linux,i believe its a plugin error,but im not really sure,here the server_log.txt
Код:
Loaded log file: "server_log.txt".
----------
SA-MP Dedicated Server
----------------------
v0.3x, ©2005-2013 SA-MP Team
[08:02:50]
[08:02:50] Server Plugins
[08:02:50] --------------
[08:02:50] Loading plugin: streamer.so
[08:02:50]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[08:02:50] Loaded.
[08:02:50] Loading plugin: sscanf.so
[08:02:50]
[08:02:50] ===============================
[08:02:50] sscanf plugin loaded.
[08:02:50] © 2009 Alex "******" Cole
[08:02:50] 0.3d-R2 500 Players "dnee"
[08:02:50] ===============================
[08:02:50] Loaded.
[08:02:50] Loading plugin: mysql.so
[08:02:50] SA:MP MySQL Plugin v2.1.1 Loaded.
[08:02:50] Loaded.
[08:02:50] Loading plugin: Whirlpool.so
[08:02:50] Failed (plugins/Whirlpool.so: cannot open shared object file: No such file or directory)
[08:02:50] Loaded 3 plugins.
[08:02:50] [MySQL] Thread running. Threadsafe: Yes.
[08:02:50]
[08:02:50] Filterscripts
[08:02:50] ---------------
[08:02:50] Loading filterscript 'yom_buttons.amx'...
[08:02:50] *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[08:02:50] Loading filterscript 'gcustom.amx'...
[08:02:50] *** Streamer Plugin: Include file version (0x26104) does not match plugin version (0x26105) (script needs to be recompiled with the latest include file)
[08:02:50] Loaded 2 filterscripts.
[08:02:50] Script[gamemodes/NGRP_main.amx]: Run time error 19: "File or function is not found"
[08:02:50] Number of vehicle models: 0
And the Server.cfg
Код:
echo Executing Server Config...
lanmode 0
rcon_password dgnyxwrnyu
password 69
maxplayers 100
port 6673
hostname Hot Streets Roleplay (Hiring Scripters-SITE)
gamemode0 NGRP_main 1
filterscripts vactions Maps
plugins streamer.so sscanf.so mysql.so Whirlpool.so
announce 0
query 1
weburl www.hotstreets-roleplay.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
logtimeformat [%H:%M:%S]
bind 46.28.204.41
profile_gamemode
Re: Streamer/Plugins -
Isolated - 22.04.2013
Just recompile your script with the streamer version you are using.
Re: Streamer/Plugins -
Joshy_Elite - 22.04.2013
I tried that already,same error.
Re: Streamer/Plugins -
Joshy_Elite - 22.04.2013
Please help.
Re: Streamer/Plugins -
Babul - 22.04.2013
the Whirlpool.so is missing,
the filterscripts "yom_buttons" and "gcustom" needs to be recompiled, too,
the "NGRP" cannot find a file.