Thread: Scortched Earth
View Single Post
deadlyruler
Member
Join Date: Dec 2008
Old 01-21-2010 , 18:30   Re: Scortched Earth
Reply With Quote #10

Quote:
Originally Posted by Stinkyfax View Post
if (StrContains(curCmd,prefixlist[i],false))

Returns -1 on fail and index on succ.
The fun thing is that 0 is false for SM while all the sm_ have index 0 of substring "sm_"... change to if (... >= 0)
I really need this plugin working to keep my server from being exploited by crashers/hackers. Could you please show me the whole line after you replace it? So that I can change the source and get this working on my server.
deadlyruler is offline