Hello

I want to make a plugin that prints a chat message at the end of a round with the total number of kills a player ever made on a server. My first attempt was to use get_user_stats, but if I use it at the end of a round I am not able to get the current number of kills. So I thought I could remember this number and add to this number every round the number of kills a player made. I tried it with get_user_frags, but this also includes teamkills, defuse a bomb, etc. I only want to know how many enemies a player killed in 1 round. How can I get this number? Or is there any other solution how I can get the total number of kills a player ever made on a server at the end of every round?