Health Problem
#2

If you are trying to set his health above 100.0,
this
Код:
                if(pHealth[n] > 100.0)
                    pHealth[n] = 100.0;
is stopping you.

You can delete it or change the 100.0 to whatever you want the player's max health to be.
Reply


Messages In This Thread
Health Problem - by [BR]Michael - 22.09.2011, 18:33
Re: Health Problem - by TheLazySloth - 22.09.2011, 18:59
Re: Health Problem - by [BR]Michael - 22.09.2011, 19:49
Re: Health Problem - by [BR]Michael - 25.09.2011, 18:29

Forum Jump:


Users browsing this thread: 1 Guest(s)