Again, you don't need these vars:
PHP Code:
public pug_cvar_help
public pug_cvar_admin_help
to be public.
It is displaying 100hp because you're using get_user_health(player)
You should create another array with the last round HP from clients:
PHP Code:
new pug_lastroundhp[33];
And set it on round end.