I wanna use the health to show a percentage of the real health of a player, but everytime i want to use an
PHP Code:
set_pev(victim,pev_health,...)
it returns zero.
How can i put a value on the health whithout returning zero and have that 0hp Bug?
Yes, i tried something like set_pev(victim,pev_health,27) and i failed miserably