on *:MP3END: {
var %num = $findfile($mp3dir,*.mp3,0)
if (%num) { var %song = $findfile($mp3dir,*.mp3,$rand(1,%num))
sound #channel $+(",%song,") memainkan lagu: $nopath(%song)
}
else echo $color(info) -a * No Mp3 Found.
}
How to change #channel into active channel, like : if I am in difference channel and I want to play sound in that particular channel.


Keep learning everyday, you'll be a genius.