View Single Post
  #7  
Old 12-23-2004, 09:10 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by 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);
}

Less code doesn't make something more efficient. Do you even know how modulus works?
Reply With Quote