I am creating a radio system in line, the thing is that it is me who wants to make for example use a command / removed (link of the music) and that that link is added to the system of on-line radio little porfavor explain to me, this is my code not if it will be well
client.lua
function CambiarEstacionOnline(source,cmd,stream)
setSoundVolume(stream, 0)
stream = playSound(" "..stream.." ")
end
addCommandHandler("radio",CambiarEstacionOnline)