Posts: 558
Threads: 112
Joined: May 2014
must be atleast 6 numbers/characters to make it work.
Like 999999
2 numbers won't work.
Posts: 62
Threads: 4
Joined: Jun 2016
Reputation:
0
Add more characters to the rcon password
Posts: 14
Threads: 2
Joined: Apr 2016
Reputation:
0
I change rcon_password 1234567 and say bad rcon password when i connect in game
Posts: 14
Threads: 2
Joined: Apr 2016
Reputation:
0
still not working say bad rcon password
Posts: 558
Threads: 112
Joined: May 2014
Show us your GameModeInit.
Posts: 14
Threads: 2
Joined: Apr 2016
Reputation:
0
grandlanc gamemode not change anything
defualt samp server
Posts: 558
Threads: 112
Joined: May 2014
Try this rcon_password 12323
Posts: 457
Threads: 7
Joined: Jul 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.
Posts: 1,266
Threads: 6
Joined: Oct 2014
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.
Posts: 14
Threads: 2
Joined: Apr 2016
Reputation:
0
I can set rcon password in gamemode
Posts: 102
Threads: 10
Joined: Sep 2016
Reputation:
0
Try with words
like coolserver
Posts: 14
Threads: 2
Joined: Apr 2016
Reputation:
0
i change rcon_password coolserver and say again bad rcon password
Posts: 190
Threads: 28
Joined: Jun 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
Posts: 14
Threads: 2
Joined: Apr 2016
Reputation:
0
defualt gamemode grandlanc
Posts: 547
Threads: 57
Joined: Dec 2010
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.