Why Can Everyone Use Rcon Without A Password (Solved)
#1

Hello. In my server I told someone to do /gmx and it worked. everyone can use rcon commands! and I have no Idea why. In the server.cfg it has a rcon password. I aslo tested this myself I installed SA:MP on a computer went into my server and could use all rcon commands without being logged in to the rcon! Please Help.
Reply
#2

are u using any admin script?
Reply
#3

/gmx != /rcon gmx
Reply
#4

Quote:
Originally Posted by BiG_Sm0k3
are u using any admin script?
yes

Quote:
Originally Posted by RoBo
/gmx != /rcon gmx
well that dont make any sense so anyone can restart the server by doing /gmx? I don't think so if you go into a official server you type /gmx and it does nothing cause your not logged into the rcon
Reply
#5

Quote:
Originally Posted by [SU
BP13 ]
well that dont make any sense so anyone can restart the server by doing /gmx? I don't think so if you go into a official server you type /gmx and it does nothing cause your not logged into the rcon
/gmx doesn't exist unless you create it, but /rcon gmx is there for every server. Do you maybe have /gmx command in your script which doesn't have IsPlayerAdmin or any other check?
Reply
#6

Quote:
Originally Posted by [SU
BP13 ]
Quote:
Originally Posted by BiG_Sm0k3
are u using any admin script?
yes

Quote:
Originally Posted by RoBo
/gmx != /rcon gmx
well that dont make any sense so anyone can restart the server by doing /gmx? I don't think so if you go into a official server you type /gmx and it does nothing cause your not logged into the rcon
wtf are you talkig about rcom gmx and gmx are differet no one is logged to rcon
Reply
#7

There is no /gm in my scripts. whoever comes can do /gmx without loggining into rcon

EDIT: its in ladmin looks like this

Код:
	if(strcmp(cmd, "/gmx", true) == 0)	 {
		if(PlayerInfo[playerid][Level] >= 5) {
			OnFilterScriptExit(); SetTimer("RestartGM",5000,0);
			return SendClientMessage(playerid,COLOR_WHITE,"RCON Command Sent");
		} else return SendClientMessage(playerid,red,"ERROR: You are not a high enough level to use this command");
	}
I don't see anything wrong in it


EDIT: How could I b so stupid when I tested it on other computers I was a level 5 admin! SOLVED
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)