Ok, i would like to make an application that will monitor my halflife / quake3 / unreal tournament games, and process the data, into a html file, for viewing on my clan's website.

Now, the problem isent the html stuff, thats easy, i need to know how to monitor for each kill in the game. Who killed who, with what weapon.

I know theirs other apps out their made for this pourpose already, but i want to make my own. I could get the source code for halflife's game logging system (HLStats) but its all done in C++,, and im still learning c++.

How would i monitor for these actions?

Thanks for any help at all. Im gettin a bit desprate on this one :P