Jump to content

محتاج مساعده من شخص محترف وسرييع لو سمحتم


Recommended Posts

السلام عليكم يا اخوان

محتاج مساعده سريعه بتنضيم الكود ذا

addEventHandler( "onClientResourceStart", getRootElement( ), 
    function ( startedRes ) 
    local sound = playSound("sounds/zahr.mp3") 
    setSoundVolume(sound, 1) 
addEventHandler( "onClientSoundStopped", sound, 
        function ( startedRes2 ) 
            local soundya = playSound("sounds/Indila.mp3") 
                setSoundVolume(soundya, 1) 
  
addEventHandler( "onClientSoundStopped", soundya, 
        function ( startedRes3 ) 
            local sound3 = playSound("sounds/za.mp3") 
                setSoundVolume(sound3, 1) 
            end ) 
    end ) 
end ) 
  

مشكلته الاغاني يشتغلو مع بعض

وشكراً

Link to comment

شف ذا

addEventHandler( "onClientResourceStart", getRootElement( ), 
    function ( startedRes ) 
    local sound = playSound("sounds/zahr.mp3") 
    setSoundVolume(sound, 1) 
addEventHandler( "onClientSoundStopped", sound, 
        function ( startedRes2 ) 
            local sound2 = playSound("sounds/Indila.mp3") 
                setSoundVolume(sound2, 1) 
            end ) 
addEventHandler( "onClientSoundStopped", sound2, 
        function ( startedRes3 ) 
            local sound3 = playSound("sounds/za.mp3") 
                setSoundVolume(sound3, 1) 
    end ) 
end ) 
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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