[Ajuda] FS Anti-Nick
#10

pawn Код:
public OnPlayerConnect(playerid)
{
    for(new i; i<sizeof(NomesProibidos); i++)
    {
        new Nome[40];
        new String[128];
        new Nick[MAX_PLAYER_NAME];
        GetPlayerName(i,Nome,sizeof(Nome));
        GetPlayerName(playerid, Nick, sizeof(Nick));
        if(!strcmp(Nick, NomesProibidos[i], true))
        {
            SendClientMessage(i, 0xFFFF00AA, "[INFO-NICK] Vocк Foi Banido/Kickado Do Servidor Por Usar Um Nick Proibido!");
            BanEx(i, "-=[Nick Proibido]=-");
            format(String, sizeof(String), "[Anti Nick's] O Jogador %s Foi Kickado/Banido Por Tentar Entrar Com Nick Proibido", Nome);
            SendClientMessageToAll(0xFF0000AA, String);
            WriteLog("NicksProibidos", String);
        }
    }
    return 1;
}
Nгo vi a chave sorry-me
Reply


Messages In This Thread
[Ajuda] FS Anti-Nick - by Caio_Freeze - 26.04.2012, 16:32
Re: [Ajuda] FS Anti-Nick - by Don_Speed - 26.04.2012, 16:47
Re: [Ajuda] FS Anti-Nick - by Caio_Freeze - 26.04.2012, 16:49
Re: [Ajuda] FS Anti-Nick - by Don_Speed - 26.04.2012, 16:52
Re: [Ajuda] FS Anti-Nick - by Caio_Freeze - 26.04.2012, 16:54
Re: [Ajuda] FS Anti-Nick - by RoacH` - 26.04.2012, 16:58
Re: [Ajuda] FS Anti-Nick - by SuB_ZeRo0_ - 26.04.2012, 17:02
Re: [Ajuda] FS Anti-Nick - by rodrigooo - 26.04.2012, 17:02
Re: [Ajuda] FS Anti-Nick - by Caio_Freeze - 26.04.2012, 17:07
Re: [Ajuda] FS Anti-Nick - by RoacH` - 26.04.2012, 17:08

Forum Jump:


Users browsing this thread: 1 Guest(s)