View Single Post
  #3  
Old 12-16-2011, 11:37 PM
callimuc callimuc is offline
callimuc's Avatar
Join Date: Nov 2010
Location: Germany
Posts: 1,015
callimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to beholdcallimuc is a splendid one to behold
Quote:
Originally Posted by fowlplay4 View Post
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
__________________
MEEP!
Reply With Quote