
08-12-2003, 03:14 AM
|
Graalian since 1998
|
 |
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
|
|
Quote:
Originally posted by Mykel
Or you could just use:
NPC Code:
if(created){
setstring client.dead,false;
}
if(playerdies){
setstring client.dead,true;
timeout=.05;
}
if(timeout){
if(strequals(#s(client.dead),true)){
|
Not exactly..=p |
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
|
|
|