CS2_DamageInfo icon indicating copy to clipboard operation
CS2_DamageInfo copied to clipboard

[BUG] Wrong counting - hitting bots

Open csportalsk opened this issue 1 year ago • 0 comments
trafficstars

When you hit same site bots for example 4x different CT bots, the DMG is counted from all to one. Next when you respawn and just died with no hits, info message of DMG still showing last DMG of killed bot.

counting dmg: 243HP in 9 hits to Crew and has 100HP left no hits just diing: 11HP in 1 hits to Crew and has 100HP left 11HP in 1 hits to Arnold and has 100HP left 11HP in 1 hits to Steve and has 100HP left ...etc.

Settings for DM FFA server. "Damage Info" (2.3.2) by K4ryuu

{
  "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": [
    "#myplugin/can-see-group",
    "can-see-override",
    "leave-empty-so-let-everyone-see"
  ],
  "ConfigVersion": 4
}

csportalsk avatar Apr 12 '24 22:04 csportalsk