health based glowesp (poly hack)how can we make a health based glow esp like ( hp: 75-100 green, 50-74 yellow, 26-49 orange and 1-25 red ) how to use m_ihealth to doing it? anyone know?
Well firstly, learncpp.com. To get the health of an enemy you add the m_iHealth offset to the player. if (thisniggashealth > 0 and thisniggashealth <34) change the colour It's basic logic.
Originally Posted by ActualCheats Well firstly, learncpp.com. To get the health of an enemy you add the m_iHealth offset to the player. if (thisniggashealth > 0 and thisniggashealth <34) change the colour It's basic logic. i bet he did not understand anything.