SA-MP Forums Archive
how to ban isps? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: how to ban isps? (/showthread.php?tid=125457)



how to ban isps? - Sampiscool123 - 03.02.2010

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

Thanks


Re: how to ban isps? - Calgon - 04.02.2010

The easiest way is to use this plugin.

Then:

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



Re: how to ban isps? - Sampiscool123 - 04.02.2010

thanks