3ssol Posted March 13, 2013 Share Posted March 13, 2013 (edited) سلالالالالام عليكم شباب بغيت اسوي زر عطوني مثال عن زر واحد وانا بعرف اتعامل مع الباقي انا بغيت منكم ابي اسوي زر لما اضغطه تشتغل اغنيه بس ننضركم Edited March 14, 2013 by Guest Link to comment
iPrestege Posted March 13, 2013 Share Posted March 13, 2013 addEventHandler("onClientGUIClick",Button, function ( ) if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound("هنا الرابط او الملف",true) end ) Link to comment
3ssol Posted March 13, 2013 Author Share Posted March 13, 2013 addEventHandler("onClientGUIClick",GUIEditor_Button[1], function ( ) if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound("SsS/11.mp3",true) end ) = × خطا :\ + اخوي ي ليت تعطيني طريقه لو ضغطة زر اخر يوقف الاغنيه Link to comment
TD[M]ER Posted March 13, 2013 Share Posted March 13, 2013 addEventHandler("onClientGUIClick",GUIEditor_Button[1], function ( ) if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound("SsS/11.mp3",true) end ) = × خطا :\ + اخوي ي ليت تعطيني طريقه لو ضغطة زر اخر يوقف الاغنيه لو تبحث فـ الويكي بتلاقي كل شي =\ stopSound Link to comment
#Al-Ha[J]aRii Posted March 14, 2013 Share Posted March 14, 2013 addEventHandler("onClientGUIClick",GUIEditor_Button[1], function ( ) if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound("SsS/11.mp3",true) end ) = × خطا :\ + اخوي ي ليت تعطيني طريقه لو ضغطة زر اخر يوقف الاغنيه addEventHandler("onClientGUIClick",Button, function () stopSound(sound) sound = nil end) Link to comment
iPrestege Posted March 14, 2013 Share Posted March 14, 2013 الكود شغال عزيزي؟ وش المشكلة؟ جربتة # ! شغال ذذ اطرح الميتا # ذذ واللي يوقف الصوت كذا : addEventHandler("onClientGUIClick",الزر, function () if isElement(sound) then destroyElement(sound) sound = nil end end ) Link to comment
iPrestege Posted March 14, 2013 Share Posted March 14, 2013 لول ضيف الصوت للميتا! == == لية مسحت ردك ضيف الصوت للميتا لازمم ~ Link to comment
3ssol Posted March 14, 2013 Author Share Posted March 14, 2013 مشكووور برستيج ويعطيك العافيه بس انا لما اضغط علي اي مكان في الوحه تطفي الغنيه !! مو لما اضغط علي الزر ليه ؟؟ + نسيت اضيف بل ميتا الملف حق الاغنيه يعطيك العافيه عندي سوال بسيط لو ابي نفس الزر يوقفها ونفسه يشغلها + مشكووور مقدما Link to comment
yazan Posted March 14, 2013 Share Posted March 14, 2013 [lua]addEventHandler("onClientGUIClick",GUIEditor_Button[1], function ( ) if isElement(sound) then destroyElement(sound) sound = nil end sound = playSound("SsS/11.mp3",false) end )[lua/] Link to comment
yazan Posted March 14, 2013 Share Posted March 14, 2013 نقلته مع كلمه lua او ما غيرت زر يمكن Link to comment
iPrestege Posted March 14, 2013 Share Posted March 14, 2013 addEventHandler("onClientGUIClick",GUIEditor_Button[1], function ( ) if isElement(sound) then destroyElement(sound) sound = nil return end sound = playSound("SsS/11.mp3",true) end,false) Link to comment
3ssol Posted March 14, 2013 Author Share Posted March 14, 2013 نقلته مع كلمه lua او ما غيرت زر يمكن هههههههههههههههه لهدرجه شايفني نوب ؟ Link to comment
3ssol Posted March 14, 2013 Author Share Posted March 14, 2013 برستيج كفوو ضبط بس باقي كيف اوقف الاغنيه بـ زر ثاني ؟ Link to comment
iPrestege Posted March 14, 2013 Share Posted March 14, 2013 true)حط بدل ذيذي false) لا تتفلسف واجد ذذ # خلها نفسها ( ; Link to comment
jafar Posted March 14, 2013 Share Posted March 14, 2013 برستيج كفوو ضبطبس باقي كيف اوقف الاغنيه بـ زر ثاني ؟ addEventHandler("onClientGUIClick", root, function() if ( source == الزر) then stopSound(sound) end end ) Link to comment
yazan Posted March 14, 2013 Share Posted March 14, 2013 true)حط بدل ذيذي false) لا تتفلسف واجد ذذ # خلها نفسها ( ; هو وده في زر ثاني يوقف اغاني !!! Link to comment
iPrestege Posted March 14, 2013 Share Posted March 14, 2013 الكود اللي طرحتةة فوق يوقف الصوت ويشغلة بـ نفس الكود نفس ماطلبة بـ أخر رد موجة لي ذذ # Link to comment
3ssol Posted March 14, 2013 Author Share Posted March 14, 2013 ي شباب الكود صح بس المشكله لما اشغل غنيه والمس الوحه اضغط ع الوحه كاني بحرك اتجاها يعيد تشغيل الغنيه ! كل مالمس الوحه يعيد تشغييل الاغنيه ليه ؟؟؟ Link to comment
iPrestege Posted March 14, 2013 Share Posted March 14, 2013 الكود شغال عزيزي؟ وش المشكلة؟ جربتة # ! شغال ذذاطرح الميتا # ذذ واللي يوقف الصوت كذا : addEventHandler("onClientGUIClick",الزر, function () if isElement(sound) then destroyElement(sound) sound = nil end end ) مسوية لك من قبل التوقيف ذذ بـ زر ثاني من اول الصفحة Link to comment
iPrestege Posted March 14, 2013 Share Posted March 14, 2013 ي شباب الكود صح بس المشكلهلما اشغل غنيه والمس الوحه اضغط ع الوحه كاني بحرك اتجاها يعيد تشغيل الغنيه ! كل مالمس الوحه يعيد تشغييل الاغنيه ليه ؟؟؟ متاكد كذا الكود؟ addEventHandler("onClientGUIClick",GUIEditor_Button[1], function ( ) if isElement(sound) then destroyElement(sound) sound = nil return end sound = playSound("SsS/11.mp3",true) end,false) ؟؟ Link to comment
3ssol Posted March 14, 2013 Author Share Posted March 14, 2013 addEventHandler("onClientGUIClick",GUIEditor_Button[1], function ( ) if isElement(sound) then destroyElement(sound) sound = nil return end sound = playSound("SsS/11.mp3",true) end,false) addEventHandler("onClientGUIClick",GUIEditor_Button[2], function () if isElement(sound) then destroyElement(sound) sound = nil end end ) هذا الكود واول مالمس الوحه بحركها تطفي الغنيه وش الحل :\ Link to comment
CRoW,,# Posted March 14, 2013 Share Posted March 14, 2013 true)حط بدل ذيذي false) لا تتفلسف واجد ذذ # خلها نفسها ( ; اوم التحطيم 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