Jump to content

Som no marker


Recommended Posts

Estou com problemas em um script, queria fazer com que ao passar no marker, seja reproduzido um som usando PlaySound3D, somente para o jogador que passou

estou com o seguinte código:

 

local marker = createMarker(x,y,z - 1, "cylinder", 1.5, 255, 255, 255, 120)

addEventHandler ( "onMarkerHit", marker,
function( hitElement )
    playSound3D('https://linkdosom.exemplo', x,y,z)

 end
)


passo no marker, mas não reproduz...

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...