#STZ Posted August 24, 2016 Share Posted August 24, 2016 السلام عليكم و رحمة الله و بركاته سويت كود اذا اللوحة ظاهرة او يعني اللاعب شايفاها تشتغل اغنية مدري صح ولا لا addEventHandler("onClientGUIClick", root, -- الحدث function () -- الوظيفة if guiSetVisible(GUIEditor.window[1],true) -- اذا اللوحة موجودة local sound = playSound("sound.mp3") -- تشغيل الصوت setSoundVolume(sound, 1) -- نضع قوة الصوت 1 end -- أنهاء التحقق end -- إنهاء الوظيفة ) -- قوس الحدث الكود كان حق نكست وانا عدلت عليه اتمني تساعدوني مع السلامة Link to comment
[DONE]* Posted August 24, 2016 Share Posted August 24, 2016 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
#STZ Posted August 24, 2016 Author Share Posted August 24, 2016 زر ايش ابي اذا لوحة التسجيل قدامه و هو يسجل تكون شيلة شغالة Link to comment
Adham Posted August 24, 2016 Share Posted August 24, 2016 addEventHandler("onClientGUIClick", root, function () if guiGetVisible(GUIEditor.window[1]) == true then local sound = playSound("sound.mp3") setSoundVolume(sound, 1) end end ) جرب Link to comment
N3xT Posted August 24, 2016 Share Posted August 24, 2016 زر ايش ابي اذا لوحة التسجيل قدامه و هو يسجل تكون شيلة شغالة عدل على نفس اللوحة حقت التسجيل, إذا جات تظهر شغل الصوت وإذا جات تختفي وقف الصوت ما يبي لها إختراع Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now