View Single Post
kramesa
Veteran Member
Join Date: Feb 2011
Location: Brazil
Old 12-25-2011 , 22:58   Re: Block URL's on Say.
Reply With Quote #5

Quote:
Originally Posted by Devil259 View Post
- Do a cvar to enable/disable plugin.
-
Code:
if(containi(Arg, ".com") || containi(Arg, ".net") != -1)
->
Code:
if(containi(Arg, ".com") != -1 || containi(Arg, ".net") != -1)
ok, i will update.
__________________
kramesa is offline