Jump to content

طلب تصحيح كود = )


ALw7sH

Recommended Posts

ضفت ع الكود اتش

الصوت للاعب بس مو راضي يجي

يطلع لي في الديبق باد ارقمنت

addEventHandler ("onClientGUIClick", getRootElement(), 
function(theplayer) 
    if ( source == start ) then 
    local x, y, z = getElementPosition ( localPlayer ) 
    local url = guiGetText ( edit ) 
    if url ~= "" and url ~= " " then 
        if isElement(uSound) then stopSound(uSound) end 
            uSound = playSound3D(  url , x, y, z ) 
            setSoundMaxDistance( uSound, 100 ) 
        attachElementToElement ( uSound, theplayer, 0, 0, 0 ) 
        end 
    end 
end) 

Link to comment
ضفت ع الكود اتش

الصوت للاعب بس مو راضي يجي

يطلع لي في الديبق باد ارقمنت

addEventHandler ("onClientGUIClick", getRootElement(), 
function(theplayer) 
    if ( source == start ) then 
    local x, y, z = getElementPosition ( localPlayer ) 
    local url = guiGetText ( edit ) 
    if url ~= "" and url ~= " " then 
        if isElement(uSound) then stopSound(uSound) end 
            uSound = playSound3D(  url , x, y, z ) 
            setSoundMaxDistance( uSound, 100 ) 
        attachElementToElement ( uSound, theplayer, 0, 0, 0 ) 
        end 
    end 
end) 

addEventHandler ("onClientGUIClick", getRootElement(), 
    function(  ) 
        if ( source == start ) then 
            local x, y, z = getElementPosition ( localPlayer ) 
            local url = guiGetText ( edit ) 
      if url ~= "" and url ~= " " then 
          if isElement(uSound) then destroyElement (uSound) uSound = nil end 
                uSound = playSound3D(  url , x, y, z ) 
                setSoundMaxDistance( uSound, 100 ) 
            attachElementToElement ( uSound, localPlayer, 0, 0, 0 ) 
        end 
    end 
end 
) 

Edit : للمعلومية الفنكشن ماراح يكون متوفر في المستقبل حسب صفحة الويكي .

Link to comment

سطر 7 ماراح يتعرف عليها لانة لوكال تحصل يوم توصل لها الوظيفة

و الثانية الاغلاق ماراح يوصل لانك سويت اند و هو لوكال .

مافهمت ممكن توضح اكثر

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