if isInSlot(x, y, itemWidth, itemHeight) then
selectedRadio = radios[index].name
selectedRadioURL = radios[index].url
if isElement(radioP) then
destroyElement(radioP)
end
radioP = playSound(radios[index].url)
setSoundVolume(radioP, hangero/50)
pausebutton = true
end
Hey, i made a simple radio script, it works alright but after some time its just stops. Its really random, sometime it works for 10 secounds and sometime it works for minutes. i tried different urls but it doesnt change, i downloaded other radio scripts to see if i made something wrong, but i dont see anything, i play the sound on client side.