url ile ses açıp ismini nasıl çekebilirim? getSoundMetaTags ile onClientSoundFinishedDownload ı kullandım ama yapamadım.
speakerSound [ who ] = playSound3D ( url, x, y, z,true)
setSoundVolume ( speakerSound [ who ], 1 )
setSoundMinDistance ( speakerSound [ who ], 15 )
setSoundMaxDistance ( speakerSound [ who ], 20 )
setElementDimension(speakerSound [ who ], getElementDimension(getLocalPlayer()))
local tags = getSoundMetaTags( speakerSound [ who ])
outputChatBox(tags.stream_name or tags.stream_title or tags.title or "yok")