View Single Post
  #2  
Old 08-21-2006, 10:32 PM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
umm you could completely script the player dieing aswell,

function onTimeOut() {
if (clientr.hp--) { //not sure about this
freezeplayer(1);
setani("hurt",NULL);
}
if (clientr.hp == "0") {
freezeplayer(1.2);
setani("dead",NULL);
}
}
__________________
Deep into the Darkness peering...
Reply With Quote