it still isnt displaying it correctly. im having it halt and echo out and it says insufficent perameters. Whats wrong with it?


.Play Mp3 {
set %mp3file $sfile(%mp3dir, Select Mp3 to Play [::Smurf Mp3 Player::])
/splay -c %mp3file
if (%chanmess == 1) {
set %filesize $bytes(%mp3file,m)
echo %filesize
halt

msg $chan 4,1[::14,1 $+ %mp3file $+ 4,1::] 4,1[::14,1 $+ %filesize $+ 4,1::]
halt
}
}


I also tried a space after the , and before m and it didnt make a difference.

Thanks for your help!