Jump to content

تصحيح كود


Recommended Posts

شوف هذا الكود كامل

بس كودين .. هم

ماعرفت أدمجهم

  
addEventHandler("onClientGUIClick",root, 
function() 
if source == No then 
stopSound(lol.mp3) 
end 
end 
) 
  
  

  
addEventHandler("onClientGUIClick",root, 
function() 
if source == Yes then 
StartSound(lol.mp3) 
end 
end 
) 
  
  

Link to comment
!! لازم الكابيتال او السمول

+ اقرأ ردي زي الناس

هو كان سمول

بس أنا عدلته

لأني مالاحضت

في

lua

الأحمر

مثل

stopsound

فقلت خلني أغيرها يمكن تكون حمرآ مثل الستوب

وهي من الأساس سمول :(

Link to comment
اطرح الكود كامل ..
  
addEventHandler("onClientGUIClick",root, 
function() 
if source == No then 
stopSound(lol.mp3) 
end 
end 
) 
  
  

  
addEventHandler("onClientGUIClick",root, 
function() 
if source == Yes then 
StartSound(lol.mp3) 
end 
end 
) 
  
  

الأكواد موب مندمجه

هل المشكله هي بالدمج ؟؟

وأدمجهآ إذا المشكله من الدمج !

Link to comment
ياخي ماطلبت الزر؟ طلبت الفنكشن اللي تشغل منة الزر :/ ؟

حق الصوت

طيييييييب هو اللي عطيتك أول مره !!!!!!

انا أبيه بزر بس تضغطه ويشتغل

بس !!!

والصوت أشتغل ..

بس أطفاء الصوت خربان مدري شفيه ..

Link to comment
addEventHandler('onClientGUIClick',guiRoot, 
    function (      ) 
        if ( source == Yes ) then 
            aSound = playSound ( 'lol.mp3' ) 
        elseif ( source == No ) then 
            if isElement ( aSound ) then 
        destroyElement ( aSound ) 
        end 
    end 
end 
) 

لم يتم التجربة و العذر مآنتبهت لانة كآبيتآل ..

Link to comment
addEventHandler('onClientGUIClick',guiRoot, 
    function (      ) 
        if ( source == Yes ) then 
            aSound = playSound ( 'lol.mp3' ) 
        elseif ( source == No ) then 
            if isElement ( aSound ) then 
        destroyElement ( aSound ) 
        end 
    end 
end 
) 

لم يتم التجربة و العذر مآنتبهت لانة كآبيتآل ..

تسلم :$

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