[YARDIM] playSound ile açılan sesin ismini çekmek

0 Üye ve 1 Ziyaretçi konuyu incelemekte.

Çevrimdışı rookie26

  • Yeni Üye
  • *
    • İleti: 7
url ile ses açıp ismini nasıl çekebilirim? getSoundMetaTags ile onClientSoundFinishedDownload ı kullandım ama yapamadım.


Kod
	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")
« Son Düzenleme: 03 Ocak 2022, 19:44:51 Gönderen: rookie26 »
Linki görebilmek için Kayıt olun yada Giriş yapın.
 


MTASATURK