Jump to content

PlaySound3D attached a un elemento


aka Blue

Recommended Posts

Buenas, estaba haciendo un pequeño script y quería saber cómo hacer que el sonido creado se quede pegado al jugador.

Código:

        function () 
            local link = guiGetText(destroy['cancion'])      
                if link then 
                    local x, y, z = getElementPosition(localPlayer) 
                    musica = playSound3D(link, x, y, z) 
                    attachElements(localPlayer, musica) 
                end 
        end, 

Link to comment
  • Recently Browsing   0 members

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