Jump to content

How to play musick??


3ssol

Recommended Posts

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,false) 
Link to comment
[lua]addEventHandler( "onClientGUIClick", root, 
 function () 
         if ( source == GUIEditor_Button[1] ) then 
            function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil return end 
sound = playSound("SsS/11.mp3",true) 
end,false) 
          elseif ( source == GUIEditor_Button[2] ) then 
             function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil return end 
sound = playSound("SsS/22.mp3",true) 
end,false) 

Link to comment

كذا قصدك؟

جرب وشوف

addEventHandler("onClientGUIClick",GUIEditor_Button[1], 
function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil 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,false) 
Link to comment

اخوي برستيج معليش انا توني اجرب الكود

والاغاني صيفتها

mp3

ولما ضبطت المود وخلصت مايركب بل استضافه وقالي خويي

mp3 اذا كثرت

مايركب بل استضافه

قالي استخدم الروابط

وماعرفلها

وكيف استخدمها ؟؟

الاغنيه احطها في مجلد واضيفها للميتا

واعرفلها بس الروابط كيف نضامها

Link to comment

addEventHandler("onClientGUIClick",GUIEditor_Button[1], 
function ( ) 
if isElement(sound) then destroyElement(sound) sound = nil end 
sound = playSound("الرابط هنا بـ صيغة mp3 بس حط الرابط",true) 
end,false) 
  
  
  
addEventHandler("onClientGUIClick",GUIEditor_Button[2], 
function () 
if isElement(sound) then 
destroyElement(sound) 
   sound = nil 
     end 
end,false) 
Link to comment

عارف ان الرابط ينحط هنا

بس بغيت شرح يعني وش اسوي ملف ولا اضيف للميتا ولا بس احط الرابط وخلاص

+

كيف ارفع اغنيه بـ صيغة ام بي3

او ي ليت تعطيني الموقع

Link to comment

مثال بسيط

addEventHandler ("onClientGUIClick", getRootElement(), onGuiClick) 
  
addEventHandler("onClientGUIClick", root, 
        function () 
        
            if ( source == GUIEditor_Button[1] ) then 
                if isElement(sound) then destroyElement(sound) sound = nil end 
                sound = playSound( "http://quran.hawanaajd.com/download.php?image_id=228", true )          
            elseif ( source == GUIEditor_Button[2] ) then 
                if isElement(sound) then destroyElement(sound) sound = nil end         
                sound = playSound( "http://quran.hawanaajd.com/download.php?image_id=665", true ) 
            elseif ( source == GUIEditor_Button[3] ) then 
                if isElement(sound) then destroyElement(sound) sound = nil end         
                sound = playSound( "رابط الصوت", true ) 
            elseif ( source == GUIEditor_Button[4] ) then 
                if isElement(sound) then destroyElement(sound) sound = nil end         
                sound = playSound( "رابط الصوت-", true ) 
            elseif ( source == GUIEditor_Button[5] ) then 
                if isElement(sound) then destroyElement(sound) sound = nil end 
                sound = playSound( "رابط الصوت", true ) 

ذا مثال للصوت والكود وكل شي

ملاحظة لازم تصير الاصوات برابط مباشر للتحميل

ملاحظة لازم تصير في رابط مباشر

Edited by Guest
Link to comment

وَتَعَاوَنُواْ عَلَى الْبرِّ وَالتَّقْوَى وَلاَ تَعَاوَنُواْ عَلَى الإِثْمِ وَالْعُدْوَانِ وَاتَّقُواْ اللّهَ إِنَّ اللّهَ شَدِيدُ الْعِقَابِ

شكرا برستيج على التذكير بدال الاغاني حطيت قران

تم التعديل

م شاف الروابط زين :mrgreen:

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