Why Can Everyone Use Rcon Without A Password (Solved)
#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


Messages In This Thread
Why Can Everyone Use Rcon Without A Password (Solved) - by BP13 - 11.06.2009, 22:06
Re: Why Can Everyone Use Rcon Without A Password - by HuRRiCaNe - 11.06.2009, 23:37
Re: Why Can Everyone Use Rcon Without A Password - by RoBo - 12.06.2009, 10:31
Re: Why Can Everyone Use Rcon Without A Password - by BP13 - 12.06.2009, 20:06
Re: Why Can Everyone Use Rcon Without A Password - by Correlli - 12.06.2009, 20:08
Re: Why Can Everyone Use Rcon Without A Password - by propilot - 12.06.2009, 20:08
Re: Why Can Everyone Use Rcon Without A Password - by BP13 - 12.06.2009, 20:18

Forum Jump:


Users browsing this thread: 2 Guest(s)