Hey, I'm wanting an mp3 player similar to mp3stuff, but I can't seem to find one. I've tried hawkee, mirc.org.. etc.. does anyone have a good one I can use? with customizable "spam messages" and so on please ;/ ty
make one :P
Learn about dialogs
Learn about $findfile
Learn about $sfile
Learn about $sdir
Learn about /splay
Here's a head start this will allow you to type /mp3 in a channel and it will prompt you to go find your MP3 then it will play it through your speakers and will relay a "spam" msg to the $active channel.
Load this in remotes and start your reading
type /help $commands here or /help /command here and read and read. Good luck.
alias mp3p {
var %mp3.m $sfile(C:\,*.mp3,Select Mp3 File)
splay -p %mp3.m
msg $active I am current playing $+([,$sound($insong.fname).artist,]) -/- $+([,$sound($insong.fname).title,])
}