Rcon Password - 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 Password (
/showthread.php?tid=433031)
Rcon Password -
martoivanov - 25.04.2013
Hi,
I want to create a secret rcon password on my gamemode. But I want to have the same access to the commands if i enter this secret rcon in-game without entering the original one which is in server.cfg. Can someone help me, please?
If i can't do this, is there a way to control the rcon from the gamemode pwn file, not from server.cfg?
Thanks in advance
Re: Rcon Password -
Avi Raj - 25.04.2013
See this for all Rcon Commands :-
https://sampwiki.blast.hk/wiki/RCON#RCON_Commands
Will help you to perform things from Game.
Use /rcon cmdlist for ingame list.
Re: Rcon Password -
MP2 - 25.04.2013
What exact RCON commands do you want access to? They can all be scripted with SendRconCommand or other functions (Kick(), Ban() etc.).
Re: Rcon Password -
martoivanov - 25.04.2013
No, no. You all didn't understand me. I want to create a rcon password which can be used as well as the original rcon. I want to have a control on the server without using the original rcon, only the secret one
Re: Rcon Password -
MP2 - 25.04.2013
I did understand you. You can only have one RCON password, so in order to do what you want to do you'll have to script the features you want from RCON. RCON shouldn't really be used anyway, it's not that useful.
Re: Rcon Password -
vvhy - 25.04.2013
You are probably just using this to get access to somebody elses rcon after you give them a script.