View Single Post
  #2  
Old 09-18-2010, 02:44 PM
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
PHP Code:
function onActionServerSide() {
  if (
params[0] == "heal") {
    if (
clientr.mudmp 100) {  
      
clientr.mudmp++;
    }
  }
}
  
//#CLIENTSIDE
function onCreated() {
  
setTimer(1);
}

function 
onTimeout() {
  if (
clientr.mudmp 100) {  
    
triggerserver("gui",this.name,"heal");
 }
  
setTimer(1);

__________________
Reply With Quote