21.11.2009, 10:06
Hi there.
I got several strfinds like this:
But the server only responds if you type them in correctly.
I want the server to respond "easier", for example not-case sensitive and if the string is inside a sentence.
I got several strfinds like this:
Код:
if (strfind(globalstring, "become admin") != -1)
I want the server to respond "easier", for example not-case sensitive and if the string is inside a sentence.