[AJUDA] strfind
#1

queria saber como retornar o bad name part encontrado?
segue o code:
pawn Код:
#define MAX_BAD_PARTS 9
new BadNameParts[MAX_BAD_PARTS][] =
{
"@","#","$","!","*","con","adm","admin","dono"
};

public OnPlayerConnect(playerid)
{
    for(new i; i < MAX_BAD_PARTS; ++i)
    {
        if(strfind(GetPlayerNameMk(playerid),BadNameParts[i],true) != -1)
        {
            SendFmtdMsgToAll(vermelho,"%s foi kikado pois seu nick й invбlido. (%s (bad name part))",GetPlayerNameMk(playerid),_____________);
            Kick(playerid);
        }
    }
    return 1;
}
Reply


Messages In This Thread
[AJUDA] strfind - by Crueliz0n - 11.06.2012, 12:55
Re: [AJUDA] strfind - by Delete_ - 11.06.2012, 13:09
Re: [AJUDA] strfind - by Don_Speed - 11.06.2012, 13:14
Re: [AJUDA] strfind - by Schocc - 11.06.2012, 13:14
Re: [AJUDA] strfind - by Crueliz0n - 11.06.2012, 13:21
Re: [AJUDA] strfind - by rjjj - 11.06.2012, 13:30
Re: [AJUDA] strfind - by Crueliz0n - 11.06.2012, 13:39

Forum Jump:


Users browsing this thread: 1 Guest(s)