health barIs there a way to create a bar that shows your health and it looks like the ai zombies one and is position by X and Y axis?
You know which mod it's from, check there :3 (It's actually from COD4 xD, check the hud.gsc in ai zombies)
Originally Posted by didizikaaa ha zika pode pah ke nao da otra This is an English forum. Please only speak English.
Code: self.healthBar = self createBar((1,1,1), 100, 10); self.healthBar setPoint("TOPRIGHT", "TOPRIGHT", -20, 0); oldHealth = 0; while(oldHealth != self.health) { self.healthBar updateBar(self.health/self.maxhealth); oldHealth = self.health; }
^ That answer is irrelevant to his question. He wants to know HOW to do it, not a mod that has it. Yes, just try searching the mod. It should be there I'll get back to you once I'm home