I'd like to make a simple feature that indicates to me the amount of damage a bullet did. Does it have anything to do with Damaged netvar? Just a direction to finding a solution would be greatly appreciated.
Use game events, check if the event name is "player_hurt". Check if the attacker is you, You can get the damage dealt via "dmg_health". Here is list of all game events.