8-16-21, 10:08 PM
(This post was last modified: 8-16-21, 10:08 PM by UHC. Edited 2 times in total.)
i have this e2 that plays music. I'm trying to increase the radius at which sound plays, but no matter what values I set it to, it wont change. The music plays without any issue, but the radius stays the same. this also seems to be an issue with others who use the stream core e2 too. https://steamcommunity.com/sharedfiles/f.../442653157
does anyone know how to fix this?
here's the code:
@name Stream
if(first()){
entity():propDraw(0)
entity():propNotSolid(1)
streamDisable3D(1)
streamVolume(1,1)
streamRadius(1,1000)
entity(): streamStart(1, "https://lfgs.co/u/tcy37.mp3")
}
does anyone know how to fix this?
here's the code:
@name Stream
if(first()){
entity():propDraw(0)
entity():propNotSolid(1)
streamDisable3D(1)
streamVolume(1,1)
streamRadius(1,1000)
entity(): streamStart(1, "https://lfgs.co/u/tcy37.mp3")
}