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);
}