Repo containing scripts made for exploring CS:GO's console command net_dumpeventstats
This script is heavily based on @kkthxbye-code's code
Ever wanted to know how many players your HE hit?
This is possible using Source engine's console call net_dumpeventstats. By calling it enough times per second, you can get info about how many players were hit on each tick.
Also included in this script is a C4 explosion time, i.e, how much time is left until the C4 explodes.
Start CS:GO with -netconport 2121
and then run node bomb_hitcount.js 2121
. Works offline and online.
NOT WORKING