
08-21-2006, 10:32 PM
|
|
Varia Developer
|
 |
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
|
|
|
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...
|
|
|
|