AhmeD~9MoD Posted April 27, 2013 Share Posted April 27, 2013 طلب كود إذا ضغط اللاعب على الزر يشتغل صوت وإذا ضغط على زر ثاني يوقف الصوت Link to comment
iPrestege Posted April 27, 2013 Share Posted April 27, 2013 "onClientGUIClick" playSound destroyElement Link to comment
AhmeD~9MoD Posted April 27, 2013 Author Share Posted April 27, 2013 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
iPrestege Posted April 27, 2013 Share Posted April 27, 2013 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
AhmeD~9MoD Posted April 27, 2013 Author Share Posted April 27, 2013 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
iPrestege Posted April 27, 2013 Share Posted April 27, 2013 صيغة ؟؟ lnk ؟؟ وين الملف mp3 و وش ؟ lnk ؟؟ Link to comment
AhmeD~9MoD Posted April 27, 2013 Author Share Posted April 27, 2013 صيغة ؟؟lnk ؟؟ وين الملف mp3 و وش ؟ lnk ؟؟ lnk يعني شورت كت شورت كت يخفف حجم الأنشودةة لان حجم الانشودات 32 mb اجمالي فسويت لهم شورت كت تصير الصيغة lnk عرفت كيف ... ؟ Link to comment
iPrestege Posted April 27, 2013 Share Posted April 27, 2013 لا غلط حط الرابط داخل التشغيل !! playSound("Link",true) 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