#3

PHP код:
static const cBadWords[][] = {"hacker""cheater" /*, ... */};

for(new 
isizeof(cBadWords); i++)
{
    if(
strfind(textcBadWords[i], true))
    {
        
// bad word
        
return 0// or break if you still want to handle some more code
    
}

Simple example.
Reply


Messages In This Thread
Help - by Godly - 15.12.2015, 18:11
Re: Help - by SnG.Scot_MisCuDI - 15.12.2015, 18:16
Re: Help - by Vince - 15.12.2015, 18:20
Re: Help - by Godly - 15.12.2015, 19:32

Forum Jump:


Users browsing this thread: 1 Guest(s)