[AJUDA] nick que buga server
#3

pawn Код:
public OnPlayerConnect(playerid)
{
    static
        pRpnames[24],
        bool:NaLista = false
    ;
    new
        pNomings[5][24] =   //Muda 5 Para numeros de players
    {
        "DraKiNs", //Nomes Aqui
        "CUCUCU",
    };
       
    GetPlayerName(playerid, pRpnames, sizeof(pRpnames));
    new RpNames = strfind(pRpnames, "_", true);
    for(new i = 0 i < sizeof pNomings; i++)
        if(strfind(pRpnames,pNomings[i], true) != -1)
            NaLista = true;
   
    if(RpNames >= 3 && NaLista == false)
    {
        SendClientMessage(playerid, 0xFF0000AA, "((Vocк foi kikado por nгo usar o formato de nome adequado: Nome_Sobrenome))");
        Kick(playerid);
    }
    return true;
}
Crйditos: [iPs]DraKiNs
Reply


Messages In This Thread
[AJUDA] nick que buga server - by sbrignet - 15.04.2011, 19:34
Re: [AJUDA] nick que buga server - by Macintosh - 15.04.2011, 19:40
Re: [AJUDA] nick que buga server - by Diogo_Bras - 15.04.2011, 20:16
Re: [AJUDA] nick que buga server - by sbrignet - 18.04.2011, 17:25
Re: [AJUDA] nick que buga server - by Macintosh - 18.04.2011, 17:53
Re: [AJUDA] nick que buga server - by sbrignet - 18.04.2011, 18:07

Forum Jump:


Users browsing this thread: 1 Guest(s)