RCON Login error?
#7

ok so i checked in server.cfg there is no "0" things in the rcon line, so here what i get in UG-RP.pwn

Код:
public OnRconLoginAttempt(ip[], password[], success)
{
	if(success)
	{
		new pip[16];
		////foreach(Player,i)
        for(new i; i<MAX_PLAYERS; i++)
		{
			GetPlayerIp(i, pip, sizeof(pip));
			if(!strcmp(ip, pip, true))
			if(PlayerInfo[i][pAdmin] < 3) Ban(i);
		}
	}
Reply


Messages In This Thread
RCON Login error? - by NoobPlayer - 07.04.2014, 07:42
Re: RCON Login error? - by ChuckyBabe - 07.04.2014, 08:20
Re: RCON Login error? - by Affan - 07.04.2014, 09:08
Re: RCON Login error? - by NoobPlayer - 07.04.2014, 09:43
Re: RCON Login error? - by Micheal123 - 07.04.2014, 11:24
Re: RCON Login error? - by Parallex - 07.04.2014, 11:36
Re: RCON Login error? - by NoobPlayer - 07.04.2014, 12:06
Re: RCON Login error? - by Bashur - 07.04.2014, 14:49
Re: RCON Login error? - by NoobPlayer - 09.04.2014, 04:07
Re: RCON Login error? - by RoboN1X - 09.04.2014, 04:13

Forum Jump:


Users browsing this thread: 2 Guest(s)