Thread: STATUS BARS x.X
View Single Post
  #8  
Old 06-23-2001, 09:22 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Bleh

Dont use timeout to count down. Timeout is really unreliable other than looping really fast =\
Id suggest a Variable
NPC Code:

if (isweapon) {
if (playerenters||timeout) {
timeout = 0.05;
if (this.time<=0) {
setstring stamina,#v(strtofloat(#s(stamina)) - 1);
this.time = 30;
}
this.time --;
}
}



Try something alonge those lines :o
__________________

subliminal message: 1+1=3
Reply With Quote