CS2_DamageInfo icon indicating copy to clipboard operation
CS2_DamageInfo copied to clipboard

[BUG] DM FFA norounds mode not working properly

Open csportalsk opened this issue 11 months ago • 1 comments
trafficstars

Many times damage info report HP and Hit from killer is not reset when you died. You did 80hp - 3hits. Other player killed you. You did to the same player from first (80hp - 3hits) next 95hp - 4hits and when this player killed you, damage info printed 175hp - 6hits or 345hp - 12hits etc... . But when you died, hp and hits info should be reseted and starts from 0hp - 0hits to the players.

Current API Version: v291 (1.0.291+6349c11) Metamod:Source version 2.0.0-dev+1315 Damage Informations (2.3.4) by K4ryuu @ KitsuneLab

{
  "round-end-summary": true,
  "round-end-summary-allow-death-print": true,
  "round-end-summary-show-only-killer": true,
  "round-end-summary-show-friendlyfire": true,
  "round-end-summary-show-all-damages": false,
  "round-end-summary-show-all-damages-enemies-only": false,
  "center-damage-info": false,
  "console-damage-info": false,
  "ffa-mode": true,
  "norounds-mode": true,
  "center-info-flags": [
    "@css/vip"
  ],
  "ConfigVersion": 4
}

csportalsk avatar Dec 18 '24 18:12 csportalsk

Greetings, Sorry for the delay. Please check the new version as I remade the plugin mostly.

I'll fix your issue ASAP if it still a thing.

Best Regards, K4ryuu

K4ryuu avatar Feb 06 '25 22:02 K4ryuu