rcon problem - 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: rcon problem (
/showthread.php?tid=600823)
rcon problem -
vrrp - 13.02.2016
Hi guys ,
I entered on my server , i typed /rcon login vrrp(this is the password i set in server.cfg) and isn`t working .
It shows me Bad rcon password . More attemps ...
But I tried to do something.
In server.cfg i have like this

.so , server is hosted on linux)
Код:
plugins sscanf.so streamer.so sql.so Whirlpool.so crashdetect.so
And i edited in :
Код:
plugins sscanf2.so streamer.so sql.so Whirlpool.so crashdetect.so
I typed sscanf2.so not sscanf.so , and now I can connect to rcon , but the server is loading Grand Lancerny gamemode (the default map and gamemode).
Can someone help me ?
Re: rcon problem - Godly - 13.02.2016
I'm not that good with linux servers but I'll try to help.
Can u show me the server.cfg?
Re: rcon problem -
vrrp - 13.02.2016
Код:
echo Executing Server Config...
lanmode 0
rcon_password vrrp
hostname Server
gamemode0 vr-rp124 1
plugins sscanf.so streamer.so sql.so Whirlpool.so crashdetect.so
filterscripts gps loadall bfx jb sa
announce 0
query 1
weburl -
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 0
logtimeformat [%H:%M:%S]
Re: rcon problem -
BiosMarcel - 13.02.2016
Probably in your Gamemode or in one of your Filterscripts it refuses the login, check the "onRconLogin" Callbacks in all your scripts
Re: rcon problem -
iKarim - 13.02.2016
I use sscanf, streamer, crashdetect and SKY plugins for the server I own though my rcon works without problems. Are you pretty sure the problem occurs when you load sscanf plugin?
Re: rcon problem -
vrrp - 13.02.2016
Quote:
Originally Posted by [Bios]Marcel
Probably in your Gamemode or in one of your Filterscripts it refuses the login, check the "onRconLogin" Callbacks in all your scripts
|
I don`t have " onRconLogin " in my gamemode only " OnRconCommand"
Re: rcon problem -
BiosMarcel - 13.02.2016
Did you also check your filterscripts?Not just your gamemode is able to use that callback.
Re: rcon problem -
vrrp - 13.02.2016
Quote:
Originally Posted by [Bios]Marcel
Did you also check your filterscripts?Not just your gamemode is able to use that callback.
|
Got yaa .. Thanks a lot !