Thread: Downloadsize
View Single Post
  #10  
Old 12-27-2004, 12:55 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
Quote:
Originally Posted by Tolnaftate2004
When the variable works again, you could show only larger files downloading with something like:
PHP Code:
if (downloadsize 16000){
  
//stuff

only large files show with #D and downloadpos now the way to check it would be
PHP Code:
if(strlen(#D)>0){
  
setplayerprop #c,Downloading: #D-#v(downloadpos);

__________________

Reply With Quote