Bad rcon password
#1

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
Reply
#2

must be atleast 6 numbers/characters to make it work.
Like 999999
2 numbers won't work.
Reply
#3

Add more characters to the rcon password
Reply
#4

I change rcon_password 1234567 and say bad rcon password when i connect in game
Reply
#5

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
Reply
#6

still not working say bad rcon password
Reply
#7

Show us your GameModeInit.
Reply
#8

grandlanc gamemode not change anything
defualt samp server
Reply
#9

Try this rcon_password 12323
Reply
#10

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.
Reply
#11

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.
Reply
#12

I can set rcon password in gamemode
Reply
#13

Try with words
like coolserver
Reply
#14

i change rcon_password coolserver and say again bad rcon password
Reply
#15

Quote:
Originally Posted by DowSkippeR
View Post
i change rcon_password coolserver and say again bad rcon password
Check your gamemode and check for SendRconCommand might its changing the rcon password
Reply
#16

defualt gamemode grandlanc
Reply
#17

Quote:
Originally Posted by DowSkippeR
View Post
defualt gamemode grandlanc
This is weird
Reply
#18

yes its weird
Reply
#19

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");
Reply
#20

Quote:
Originally Posted by DowSkippeR
View Post
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
Code:
rcon 0
will not allow you to use rcon. Remove that line or set it to 1 and see if anything changes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)