Closed gamesense-coder closed 4 months ago
https://github.com/spirthack/CSGOSimple/blob/df4bb4ef20aef408b54b8eb2f99fb1637a5d97e8/CSGOSimple/features/visuals.cpp#L145-L161
this draw armor bar when armor equals 0
UPD: i mean this draw small piece of bar
if (armour == 0) return;
https://github.com/spirthack/CSGOSimple/blob/df4bb4ef20aef408b54b8eb2f99fb1637a5d97e8/CSGOSimple/features/visuals.cpp#L145-L161
this draw armor bar when armor equals 0
UPD: i mean this draw small piece of bar
if (armour == 0) return;