Jump to content

كود إذا ضغط ع الزر يشتغل صصوت ^


Recommended Posts

  
addEventHandler("onClientGUIClick", root, 
    function() 
        if(source == GUIEditor.button[1])then 
            if(sound)then return end 
            sound = playSound("1.mp3",true) 
        elseif(source == GUIEditor.button[7])then 
            if(sound)then 
                stopSound(sound) 
                sound = nil 
            end 
        end 
    end 
) 

؟

Link to comment

addEventHandler("onClientGUIClick",root, 
    function() 
        if ( source == GUIEditor.button[1] ) then 
         if ( ( sound ) and ( isElement ( sound ) ) ) then 
          destroyElement ( sound ) 
            end 
            sound = playSound("1.mp3",true) 
            elseif( source == GUIEditor.button[7] )then 
            if ( ( sound ) and ( isElement ( sound ) ) ) then 
            destroyElement ( sound ) 
            sound = nil 
            end 
        end 
    end 
) 
  

لم يتم التجربة .. كلنت

Link to comment
addEventHandler("onClientGUIClick",root, 
    function() 
        if ( source == GUIEditor.button[1] ) then 
         if ( ( sound ) and ( isElement ( sound ) ) ) then 
          destroyElement ( sound ) 
            end 
            sound = playSound("1.mp3",true) 
            elseif( source == GUIEditor.button[7] )then 
            if ( ( sound ) and ( isElement ( sound ) ) ) then 
            destroyElement ( sound ) 
            sound = nil 
            end 
        end 
    end 
) 
  

لم يتم التجربة .. كلنت

مب شغال ,

الميتا المفروض يكون كذا صح ؟

    "AhmedSmood" type="script" name="Sound" version="1.0"/> 
     

Link to comment
صيغة ؟؟

lnk ؟؟

وين الملف mp3

و وش ؟ lnk

؟؟

lnk يعني شورت كت

شورت كت يخفف حجم الأنشودةة

لان حجم الانشودات

32 mb

اجمالي

فسويت لهم شورت كت

تصير الصيغة lnk

عرفت كيف ... ؟ :roll:

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...