[Ajuda] Anti Divulguer diferente.
#2

pawn Код:
stock checaDivulguer(playerid, texto[]) {
    new ccount[3];
    for(new i; i < strlen(texto); ++i) switch(texto[i]) {
        case '0' .. '9': ccount[0]++; case '.': ccount[1]++; case ':': ccount[2]++;
    }
    new string[128];
    if(ccount[0] > 8 && ccount[1] >= 3 && ccount[2] >= 1) {
        format(string,sizeof(string),"[ antiDivulgadores ] %s foi banido por divulgar.", rNome(playerid));
        BanEx(playerid, texto);
        SendClientMessageToAll(string, -1);
    }
    return 1;
}

stock rNome(playerid)  {
       new nome[24]; GetPlayerName(playerid, nome, 24); return nome;
}

Usando:


pawn Код:
public OnPlayerText(playerid, text[]) {
    checaDivulguer(playerid, text)
}
Reply


Messages In This Thread
[Ajuda] Anti Divulguer diferente. - by Izaac Abreu - 28.08.2011, 00:43
Re: [Ajuda] Anti Divulguer diferente. - by Ricop522 - 28.08.2011, 00:46
Re: [Ajuda] Anti Divulguer diferente. - by WLSF - 28.08.2011, 00:51
Re: [Ajuda] Anti Divulguer diferente. - by Ricop522 - 28.08.2011, 01:30
Re: [Ajuda] Anti Divulguer diferente. - by [S]trong - 28.08.2011, 02:35
Re: [Ajuda] Anti Divulguer diferente. - by Izaac Abreu - 05.09.2011, 22:23
Re: [Ajuda] Anti Divulguer diferente. - by [R] ousenber [K] - 05.09.2011, 22:37
Re: [Ajuda] Anti Divulguer diferente. - by RockFire - 05.09.2011, 23:02

Forum Jump:


Users browsing this thread: 2 Guest(s)