[PEDIDO] Como crio um AntDivulguer?
#3

A maneira mais simples de fazer um anti divulgador;
pawn Код:
if( strfind( text, "7777:", true ) != -1 || strfind( text, "www.", true ) != -1 ) // Add outros como: strfind( text, "MISHUPA", true ) != -1
    {
        new
            N[ MAX_PLAYER_NAME+1 ]
        ;
        GetPlayerName( playerid, N, sizeof( N ));
        new
            linhas = 0, M[ 128 ]
        ;
        while( linhas < 150 )
        {
            SendClientMessageToAll( -1, "  " );
            ++linhas;
        }
        format( M, sizeof( M ), "* %s foi kickado por estar divulgando um IP/Site !", N(playerid));
        SendClientMessageToAll( -1, M );
       
        return Kick(playerid);
    }
Reply


Messages In This Thread
[PEDIDO] Como crio um AntDivulguer? - by Scripter123456 - 07.10.2011, 01:00
Re: [PEDIDO] Como crio um AntDivulguer? - by Bruno Pereira - 07.10.2011, 01:23
Re: [PEDIDO] Como crio um AntDivulguer? - by [NWD]Jim._.Carrey - 07.10.2011, 01:52
Re: [PEDIDO] Como crio um AntDivulguer? - by Ricop522 - 07.10.2011, 02:18

Forum Jump:


Users browsing this thread: 1 Guest(s)