Thread: onPlayerKilled
View Single Post
  #5  
Old 05-28-2010, 08:18 AM
xAndrewx xAndrewx is offline
Registered User
xAndrewx's Avatar
Join Date: Sep 2004
Posts: 5,260
xAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud ofxAndrewx has much to be proud of
I have not, I made up a clientside detection though

HTML Code:
function onPlayerHurt() {  
  if (player.hearts <= 0) {
    this.doDeath();
  }
}
Maybe that'll help for now? :s
__________________
Reply With Quote