I'm trying to make a custom kill log on my HUD, basically something that can sort incoming messages and sort them by team (Blue Team Kill Window, Red Team Kill Window). I'm extending UTTeamGame, and right now I'm just using bots of different teams.
I found ParseKillMessage in UTGame.uc ( http://wiki.beyondunreal.com/UE3:Gam...rseKillMessage ) and this seems to get called whenever someone dies, but I can't seem to find what is calling it.
Is there some kind of GameInfo event that gets called when players die?
I found ParseKillMessage in UTGame.uc ( http://wiki.beyondunreal.com/UE3:Gam...rseKillMessage ) and this seems to get called whenever someone dies, but I can't seem to find what is calling it.
Is there some kind of GameInfo event that gets called when players die?
Comment