View Single Post
  #3  
Old 05-26-2009, 08:09 PM
Pelikano Pelikano is offline
Registered User
Pelikano's Avatar
Join Date: Oct 2008
Posts: 1,133
Pelikano has a little shameless behaviour in the past
You can do this yourself, something like:

PHP Code:
//#CLIENTSIDE
function onTimeOut() {
  if (
this.invincible) {
    if (!
this.invHP) {
      
this.invHP player.hp
    
}
    
player.hp this.invHP;
    
setTimer(.05);
  }
  elseif (
this.invHP) {
    
this.invHP NULL;
  }

There's probably a WAY better and easier way to do it tho xD
Reply With Quote