Rcon protection
#3

PHP код:
public OnRconLoginAttempt(ip[], password[], success)
{
    if(!
success)
    {
        new 
string[128];
        
format(string,sizeof(string),"banip %s",ip);
                
SendRconCommand(string);
         }
          return 
1;

Reply


Messages In This Thread
Rcon protection - by NexySamp - 04.07.2015, 11:47
Re: Rcon protection - by rymax99 - 04.07.2015, 11:56
Re: Rcon protection - by nezo2001 - 04.07.2015, 11:59
Re: Rcon protection - by yeehao98 - 04.07.2015, 11:59
Re: Rcon protection - by NexySamp - 04.07.2015, 12:23
Re: Rcon protection - by rymax99 - 04.07.2015, 12:30
Re: Rcon protection - by NexySamp - 04.07.2015, 13:27
Re: Rcon protection - by Sime30 - 04.07.2015, 13:34
Re: Rcon protection - by NexySamp - 04.07.2015, 13:47
Re: Rcon protection - by Sime30 - 04.07.2015, 14:01

Forum Jump:


Users browsing this thread: 1 Guest(s)