spumer / Left4Fix

Extension for SourceMod written on C++ and fix major bug on servers more than 8 players: incorrect completion score calculation.
11 stars 6 forks source link

Defib causing distance points to double #9

Closed Satanic-Spirit closed 7 months ago

Satanic-Spirit commented 1 year ago

There is a major bug with the extension right now.

Steps to reproduce:

You will notice that distance score jumps. It is counting the score twice for the survivor who just got revived.

My suspicions are that event_player_death is not adding the dead player to g_dead_players array.

spumer commented 1 year ago

Bug occured when you use 8players version?

Satanic-Spirit commented 1 year ago

Yeah 8 player version.

spumer commented 7 months ago

Fixed