Many mods for CS 1.6 need to set player's health higher than 255, like Zombie Plague mod.
When we set player's health higher than 255, Health HUD will show value of iHealth % 256. And if iHealth % 256 = 0, player movement will be error.
So I want to ask if you could increase it. It's really easy.
Hope you will do it.
Many mods for CS 1.6 need to set player's health higher than 255, like Zombie Plague mod. When we set player's health higher than 255, Health HUD will show value of iHealth % 256. And if iHealth % 256 = 0, player movement will be error. So I want to ask if you could increase it. It's really easy. Hope you will do it.