Bad rcon password -
DowSkippeR - 24.08.2017
Bad rcon password
Код:
echo Executing Server Config...
lanmode 0
rcon_password 99
rcon 0
maxplayers 50
port 7802
hostname SA-MP 0.3 Server
gamemode0 grandlarc 1
filterscripts
announce 0
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
see rcon password is 99 and i connect on server and write /rcon login 99 and say bad rcon password
Sorry for my bad english
Re: Bad rcon password -
Barnwell - 24.08.2017
must be atleast 6 numbers/characters to make it work.
Like 999999
2 numbers won't work.
Re: Bad rcon password -
elpana27 - 24.08.2017
Add more characters to the rcon password
Re: Bad rcon password -
DowSkippeR - 25.08.2017
I change rcon_password 1234567 and say bad rcon password when i connect in game
Re: Bad rcon password -
elpana27 - 25.08.2017
Quote:
Originally Posted by DowSkippeR
I change rcon_password 1234567 and say bad rcon password when i connect in game
|
echo Executing Server Config...
lanmode 0
rcon 0
rcon_password 1234567
password
maxplayers 50
port 7802
hostname SA-MP 0.3 Server
gamemode0 grandlarc 1
filterscripts
announce 0
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]
language English
Replace this for this in the server folder
Re: Bad rcon password -
DowSkippeR - 25.08.2017
still not working say bad rcon password
Re: Bad rcon password -
Barnwell - 25.08.2017
Show us your GameModeInit.
Re: Bad rcon password -
DowSkippeR - 25.08.2017
grandlanc gamemode not change anything
defualt samp server
Re: Bad rcon password -
Barnwell - 25.08.2017
Try this rcon_password 12323
Re: Bad rcon password -
Xeon™ - 25.08.2017
If you are using OGP you must know that config.cfg got changed to data insered at Edit section there. Contact your host provider. Or check your panel "Edit" button server control password.
Re: Bad rcon password -
jlalt - 25.08.2017
probably your script setting rcon password.
so go through your scripts and check if there's any SendRconCommand and see if any of them changes rcon_password value.
Re: Bad rcon password -
DowSkippeR - 25.08.2017
I can set rcon password in gamemode
Re: Bad rcon password -
Sumit4 - 25.08.2017
Try with words
like coolserver
Re: Bad rcon password -
DowSkippeR - 25.08.2017
i change rcon_password coolserver and say again bad rcon password
Re: Bad rcon password -
HoussemGaming - 25.08.2017
Quote:
Originally Posted by DowSkippeR
i change rcon_password coolserver and say again bad rcon password
|
Check your gamemode and check for SendRconCommand might its changing the rcon password
Re: Bad rcon password -
DowSkippeR - 25.08.2017
defualt gamemode grandlanc
Re: Bad rcon password -
elpana27 - 25.08.2017
Quote:
Originally Posted by DowSkippeR
defualt gamemode grandlanc
|
This is weird
Re: Bad rcon password -
DowSkippeR - 25.08.2017
yes its weird
Re: Bad rcon password -
Fratello - 25.08.2017
Strange.
I've tried logging in with your (ex) rcon, 99. It works. So I don't think ony two numbers are causing the problem.
Try putting following function under OnGameModeInit and see if the rcon matches one from server.cfg (Very strange solution but still try it)
Code:
SendRconComamnd("varlist");
If it doesn't try manually setting the rcon when gamemode starts. Do it by (under GMINit)
HTML Code:
SendRconCommand("rcon_password your_pw");
Re: Bad rcon password -
DTV - 25.08.2017
Quote:
Originally Posted by DowSkippeR
Bad rcon password
Code:
echo Executing Server Config...
lanmode 0
rcon_password 99
rcon 0
maxplayers 50
port 7802
hostname SA-MP 0.3 Server
gamemode0 grandlarc 1
filterscripts
announce 0
query 1
weburl www.sa-mp.com
maxnpc 0
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
see rcon password is 99 and i connect on server and write /rcon login 99 and say bad rcon password
Sorry for my bad english
|
Not sure if you've changed this by now, but I'm pretty sure
will not allow you to use rcon. Remove that line or set it to 1 and see if anything changes.