View Single Post
  #3  
Old 12-16-2001, 08:44 PM
cell424 cell424 is offline
Registered User
Join Date: Mar 2001
Location: USA/PA
Posts: 184
cell424 is on a distinguished road
Send a message via AIM to cell424
This is my time script I have so far.


Code-

if (playerenters) {
toweapons -Time;
this.mode=1;
}
if (this.mode==1) {
Time();
timeout = .05;
}
function Time() {
if (int(this.min*timevar)%60<10) {
showimg 333,@Courier New@bc@#v(int((timevar*this.min)/60)%24):0#v((timevar*this.min)%60),333,78;
} else {
showimg 333,@Courier New@bc@#v(int((timevar*this.min)/60)%24):#v((timevar*this.min)%60),333,78;
}
this.min = 1;
showimg 334,state.png,282,70;
changeimgpart 334,162,60,14,14;
changeimgzoom 333,0;
changeimgvis 333,4;
changeimgvis 334,4;
}

-End of Code
__________________
Trunks
Reply With Quote