View Single Post
  #4  
Old 11-30-2009, 12:49 AM
GULTHEX GULTHEX is offline
Registered User
Join Date: Jul 2008
Posts: 148
GULTHEX can only hope to improve
Exclamation on death warp not working

PHP Code:
//#CLIENTSIDE
function onActionProjectile()
{
if (
clientr.hp>=0) {
    
setani hurt,;
    
clientr.hp -= 20;
    }
    else
    {
    
dead;

}  
function 
Dead() {
  
player.setAni("dead"NULL);
  
player.setlevel2("milgmap_ab-ae.nw"960);
  
clientr.hp == 100

everything works besides the player.setlevel2


ps

and sorry about me nagging you about the scripts

im doing major development for my server

Last edited by Tigairius; 11-30-2009 at 12:56 AM.. Reason: Merged new thread into this thread since it's practically the same problem.
Reply With Quote