View Single Post
  #6  
Old 12-23-2004, 09:04 AM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
i donno ... theres seems to be less code doing it my way no?

NPC Code:

if(created){
with(getplayer(ZeroTrack))
setstring this.temp,#v(int(playeronlinetime/(60*60*24)))D:#v(int(playeronlinetime/(60*60))%24)H:#v(int((playeronlinetime/60)%60))M;
sendtonc #s(this.temp);
}

__________________

Reply With Quote