26.04.2010, 21:13
I have this code at the top for a ANTI Swear word thing.
And this under onplayertext.
I get errored saying Error 048: array dimensions do not match
pawn Код:
new Filter[][] =
{
"hacker",
"haxx",
"hax",
"cheater",
"cheat",
"hacks",
"speed hack"
};
pawn Код:
if(strfind(text,Filter,true) != -1 ) return 0;