S
squiddly
Guest
Hi,
I have tried to implement a server plugin for CS Source, which should display the damage stats, displayed by default in the console after a player has died, in the GUI.
So far all things which are necessary to do this are done and I am able to display messages for he correct player at the correct time (player_death), but until now I have not managed to retrieve the information (other infos e.g. player name... are accesible) about the damage stats.
Does there already exist a method returning this info (somewhere in the sdk) or does somebody has an idea how I could get this info (who was attacked, who attacked the player, how much damage was given and taken, ...) by implementing some methods by myself.
thx a lot for your help,
squiddly
I have tried to implement a server plugin for CS Source, which should display the damage stats, displayed by default in the console after a player has died, in the GUI.
So far all things which are necessary to do this are done and I am able to display messages for he correct player at the correct time (player_death), but until now I have not managed to retrieve the information (other infos e.g. player name... are accesible) about the damage stats.
Does there already exist a method returning this info (somewhere in the sdk) or does somebody has an idea how I could get this info (who was attacked, who attacked the player, how much damage was given and taken, ...) by implementing some methods by myself.
thx a lot for your help,
squiddly