Problem in server.cfg? - 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: Problem in server.cfg? (
/showthread.php?tid=504743)
Problem in server.cfg? -
Tuntun - 05.04.2014
Am getting a error but I am not sure if its for server.cfg?
Error:
Код:
SA-MP Dedicated Server
----------------------
v0.3z, ©2005-2014 SA-MP Team
[01:05:38] filterscripts = "" (string)
[01:05:38] Error: Your password must be changed from the default password, please change it.
Server Cfg:
Код:
echo Executing Server Config...
lanmode 0
rcon_password okilldoit
rcon 0
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 Zom
plugins sscanf2.so streamer.so
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Note: Am using linux.
Re: Problem in server.cfg? -
Tuntun - 05.04.2014
So?... anyone help me?...
Re: Problem in server.cfg? -
FahadKing07 - 05.04.2014
Change your rcon password
Re: Problem in server.cfg? -
Tuntun - 05.04.2014
Changed but still same
Re: Problem in server.cfg? -
Equuuuin0X - 05.04.2014
What is
?
Re: Problem in server.cfg? -
CutX - 05.04.2014
Quote:
Originally Posted by Equuuuin0X
|
disables remote-rcon
@topic
hmm... weird...
that message should only be printed when __Console->GetStringVar("rcon_password") matches "changeme"
try the following as rcon password: "_Cwp::81"
Re: Problem in server.cfg? -
FahadKing07 - 05.04.2014
lol remove "rcon 0" from server.cfg
Re: Problem in server.cfg? -
ReD_HunTeR - 05.04.2014
Код:
echo Executing Server Config...
lanmode 0
rcon_password testestest
rcon 0
maxplayers 50
port 7777
hostname SA-MP 0.3 Server
gamemode0 Zom
filterscripts
plugins sscanf2.so streamer.so
announce 0
query 1
chatlogging 0
weburl www.sa-mp.com
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
try this?
Re: Problem in server.cfg? - Guest4390857394857 - 05.04.2014
write new line called
filterscripts .. but don't write anything there!
Re: Problem in server.cfg? -
UfsDev - 05.04.2014
Код:
echo Executing Server Config...
lanmode 0
rcon_password xxxxxxxxxxxxx
maxplayers 30
port "WRITE YOUR PORT HERE"
hostname "SERVER NAME HERE"
mapname "MAP NAME HERE"
gamemode0 "Gamemode Here"
plugins streamer.dll Whirlpool.dll audio.dll
filterscripts "FILTERSCRIPTS HERE"
announce 1
query 1
weburl "Server Forum URL"
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]