spirthack / CSGOSimple

A simple base for CS:GO internal hacks
http://csgosimple.eu
MIT License
399 stars 150 forks source link

this draws armor bar when armor equals zero. #140

Closed gamesense-coder closed 4 months ago

gamesense-coder commented 3 years 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;