View Single Post
Mosalar
Senior Member
Join Date: Jul 2004
Location: Tampa Fl
Old 03-23-2009 , 14:45   Re: Chat Filter v0.4 (2/27)
Reply With Quote #155

Find line 540
Code:
BanClient(client, 60, BANFLAG_AUTO, "Innapporiate behavior or username", "Inappropriate behavior or username");
Change to
Code:
ServerCommand("sm_ban #%d 0 \"Innapporiate language or username\"", GetClientUserId(client));
This works fine for me. Just change 0 to whatever time you want. :-)
Mosalar is offline