Jump to content

x[ تصحيح]x تشغيل الصوت


#STZ

Recommended Posts

السلام عليكم و رحمة الله و بركاته

سويت كود

اذا اللوحة ظاهرة او يعني اللاعب شايفاها تشتغل اغنية

مدري صح ولا لا

addEventHandler("onClientGUIClick", root, -- الحدث
    function () -- الوظيفة
        if guiSetVisible(GUIEditor.window[1],true) -- اذا اللوحة موجودة
        local sound = playSound("sound.mp3") -- تشغيل الصوت
        setSoundVolume(sound, 1) -- نضع قوة الصوت 1
        end -- أنهاء التحقق
    end -- إنهاء الوظيفة
) -- قوس الحدث

الكود كان حق نكست وانا عدلت عليه

اتمني تساعدوني

مع السلامة

Link to comment
addEventHandler("onClientGUIClick", root, -- الحدث 
    function () -- الوظيفة 
if source == BtnName then 
        if guiGetVisible(GUIEditor.window[1]) == true then -- اذا اللوحة موجودة 
        local sound = playSound("sound.mp3") -- تشغيل الصوت 
        setSoundVolume(sound, 1) -- نضع قوة الصوت 1 
        end -- أنهاء التحقق 
    end -- إنهاء الوظيفة 
end 
) -- قوس الحدث 

طبعا في حدث لو ضغت زر .. يتحقق اذا اللوحه ظاهره ولا لا .. وانت مو ضايف تحقق وش هو الزر الي تبي اذا تضغطه تكمل الفنكشن

كذا رح تشتغل على اي عنصر

GUI

Link to comment

addEventHandler("onClientGUIClick", root,  
    function ()  
        if guiGetVisible(GUIEditor.window[1]) == true then  
        local sound = playSound("sound.mp3")  
        setSoundVolume(sound, 1)  
        end  
    end  
)  

جرب

Link to comment
زر ايش ابي اذا لوحة التسجيل قدامه و هو يسجل تكون شيلة شغالة

عدل على نفس اللوحة حقت التسجيل, إذا جات تظهر شغل الصوت وإذا جات تختفي وقف الصوت

ما يبي لها إختراع :|

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