csgoverview
csgoverview copied to clipboard
Time during pause and timeouts
The demoinfocs-golang parser currently does not parse timeout and pause events. This would have to be implementet in the parser in order to display Paused
or Timeout
in the interface instead of negative numbers.
In this repo we would need to use the updated parser to parse the events, extend the common.Timer
type and extend the drawing function in draw.go
.