Someone shudown my server with bug
#4

so.. just wrote this up..
pawn Код:
public OnPlayerText(playerid, text[])
{
    if(strfind(text, "{cc00cc}", true) != -1)
    {
        new p = strfind(text, "{cc00cc}", true);
        strdel(text, p, p+8);
        Ban(playerid);
    }
    return 1;
}
Reply


Messages In This Thread
Someone shudown my server with bug - by cs_waller - 01.11.2011, 10:48
Re: Someone shudown my server with bug - by rapidhost - 01.11.2011, 11:17
Re: Someone shudown my server with bug - by cs_waller - 01.11.2011, 12:04
Re: Someone shudown my server with bug - by Sascha - 01.11.2011, 12:09
Re: Someone shudown my server with bug - by leong124 - 01.11.2011, 12:29
Re: Someone shudown my server with bug - by Sascha - 01.11.2011, 12:55
Re: Someone shudown my server with bug - by cs_waller - 01.11.2011, 14:05
Re: Someone shudown my server with bug - by IstuntmanI - 01.11.2011, 14:10
Re: Someone shudown my server with bug - by cs_waller - 01.11.2011, 15:18
Re: Someone shudown my server with bug - by SmiT - 01.11.2011, 15:23

Forum Jump:


Users browsing this thread: 2 Guest(s)