
08-12-2011, 08:40 PM
|
|
Kevin Azite
|
 |
Join Date: Sep 2005
Posts: 1,489
|
|
Quote:
Originally Posted by xXziroXx
You seem to have missed something.
Change
PHP Code:
HealthControl_Bar = player.hearts/player.fullhearts;
into
PHP Code:
HealthControl_Bar.progress = player.hearts/player.fullhearts;
in your onPlayerHurt() function.
|
yep |
|
|
|