Block IP's in chat
#5

pawn Код:
public OnPlayerText(playerid, text)
{
    if(new pos = strfind(".", text, true) == 0)
        if(pos = strfind(".", text, true, pos + 1) == 0)
            if(pos = strfind(".", text, true, pos + 1) == 0)
                if(pos = strfind(".", text, true, pos + 1) == 0)
                    if(pos = strfind(":", text, true, pos + 1) == 0)
                        return 0;
                    else return 1;
                else return 1;
            else return 1;
        else return 1;
    else return 1;
}
Nooo idea if that works.
Reply


Messages In This Thread
Block IP's in chat - by Vetle - 26.12.2008, 23:31
Re: Block IP's in chat - by Backwardsman97 - 27.12.2008, 00:02
Re: Block IP's in chat - by Serbish - 27.12.2008, 00:04
Re: Block IP's in chat - by beatcat - 27.12.2008, 01:02
Re: Block IP's in chat - by Zezombia - 27.12.2008, 01:09
Re: Block IP's in chat - by beatcat - 27.12.2008, 01:10
Re: Block IP's in chat - by Zezombia - 27.12.2008, 01:11
Re: Block IP's in chat - by beatcat - 27.12.2008, 01:19
Re: Block IP's in chat - by Jason_Borne420 - 19.06.2009, 06:35
Re: Block IP's in chat - by Jason_Borne420 - 19.06.2009, 06:41

Forum Jump:


Users browsing this thread: 2 Guest(s)