[AJUDA] Com BOTS, +rep
#6

pawn Код:
new NomesProibidos[][] =
{
    "con.","com1","com2","com3","com4","com5","com6","com7","com8","com9","lpt1","lpt2",
    "lpt3","lpt4","lpt5","lpt6","lpt7","lpt8","lpt9","nul","clock$","aux","prn","con",
    "Carl","Rocky","Pepe","Arnoldo","SgtPepper","Pepsi","Pepno","Azucar","Vino_Toro",
    "Zoquete","Pacman","Batman","AquilesBrinco","Manfrey","Sopapeala","Papirola","Sony",
    "[ViP]Labrik","Xbox13"
};
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid))return 1;
    for(new i; i < sizeof(NomesProibidos); i++ )
    {
        if(!strcmp(NomeJogador(playerid), NomesProibidos[i], true ) )
        {
            BanEx(playerid,"NickName Crasher.");
            return 1;
        }
    }
}
Reply


Messages In This Thread
[AJUDA] Com BOTS, +rep - by Delete_ - 11.03.2012, 22:32
Re: [AJUDA] Com BOTS, +rep - by Menininho - 11.03.2012, 22:43
Re: [AJUDA] Com BOTS, +rep - by telmo_ferreira - 11.03.2012, 23:34
Re: [AJUDA] Com BOTS, +rep - by [i7]Rodrigues - 11.03.2012, 23:36
Re: [AJUDA] Com BOTS, +rep - by telmo_ferreira - 11.03.2012, 23:40
Re: [AJUDA] Com BOTS, +rep - by BlackCoder - 11.03.2012, 23:47
Re: [AJUDA] Com BOTS, +rep - by telmo_ferreira - 11.03.2012, 23:54
Re: [AJUDA] Com BOTS, +rep - by BlackCoder - 11.03.2012, 23:54
Re: [AJUDA] Com BOTS, +rep - by telmo_ferreira - 11.03.2012, 23:57
Re: [AJUDA] Com BOTS, +rep - by Delete_ - 12.03.2012, 00:39

Forum Jump:


Users browsing this thread: 2 Guest(s)