Quote:
Originally Posted by fowlplay4
Off-Topic... You can simplify you damage line to just:
clientr.player_hp = max(clientr.player_hp - damage, 0);
Just echo the clientr.player_hp value before and after to check if it's working instead of using RC.
|
Jea that´s what I did. The one I posted was just some bare bone
