how to ban isps?
#1

Hey? how do i bans isp's? i want to ban hotspot shield etc

Thanks
Reply
#2

The easiest way is to use this plugin.

Then:

pawn Код:
public OnPlayerConnect( playerid )
{
    if( strfind( rdns( playerid, 0 ), "bethere.co.uk", true ) )
    {
        Kick( playerid );
    }
}
Reply
#3

thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)