View Single Post
XAD
Senior Member
Join Date: Mar 2004
Location: Sweden
Old 03-09-2005 , 05:07   Re: Offensive Language Filter for a Newbie [Coding Questions
Reply With Quote #2

Quote:
Originally Posted by abyssknight
I have a decent background in ANSI C, Java, and PHP and I'm wondering... what is this written in? Probably a dumb question, but hey, it's worth asking. Looking at it, it reminds me of C# or Java with a mix of C... Or maybe just C. I'm not sure.
It's C++... I would suggest that you start with compiling the example plugin from Valve, included in the SDK... Then apply the "say" override code, and then continue with adding you stuff...

What you want to do is fairly easy HL2-wise, as you only want to override one command and do not need any tricks... just remember to keep an eye on performance as you don't want it to create lagg...

/X
XAD is offline