View Single Post
  #7  
Old 11-30-2009, 01:40 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Quote:
Originally Posted by GULTHEX View Post
havent learned a new concept in a long time so heres what i got

i tried this but still wont set the level




PHP Code:
function onActionServerSide() {  
  if (
params[0] == "respawn") {  
    
player.setlevel2("milgmap_ab-ae.nw"960); 
      
player.setAni("dead"NULL); 
       
clientr.hp == 100
  }  
}  
//#CLIENTSIDE 
function onActionProjectile() 

if (
clientr.hp>=0) { 
    
setani hurt,; 
    
clientr.hp -= 20
    } 
    else 
    { 
    
dead
}  
}   
function 
Dead() { 
  
triggerserver("gui"this.name"respawn"); 
RC should come up with an error message. Try reading it.
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote