Thread: Spawn Point
View Single Post
  #17  
Old 09-08-2007, 09:45 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
PHP Code:
function onActionServerSide() {
  switch (
params[0]) {
    case 
"dead":
      
setlevel2(level,x,y);
    break;
  }
}
function 
onCreated()
  
setshape(1,32,32);
//#CLIENTSIDE
function onCreated() {
  
setshape(1,32,32);
  
dontblock();
  
onTimeOut();
}
function 
onTimeOut() {
  if (
player.hearts .5)
    
triggeraction(1,1,"serverside","dead");

  
setTimer(.05);

Not tested, don't hurt me if it doesnt work ;[
Reply With Quote