ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 ضفت ع الكود اتش الصوت للاعب بس مو راضي يجي يطلع لي في الديبق باد ارقمنت 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
iPrestege Posted January 29, 2014 Share Posted January 29, 2014 ضفت ع الكود اتشالصوت للاعب بس مو راضي يجي يطلع لي في الديبق باد ارقمنت 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
Sfa7 Posted January 29, 2014 Share Posted January 29, 2014 سطر 7 ماراح يتعرف عليها لانة لوكال تحصل يوم توصل لها الوظيفة و الثانية الاغلاق ماراح يوصل لانك سويت اند و هو لوكال . مافهمت ممكن توضح اكثر Link to comment
Sfa7 Posted January 29, 2014 Share Posted January 29, 2014 ممكن واحد يوضحلي كيف الوكال خربت الكود Link to comment
iPrestege Posted January 29, 2014 Share Posted January 29, 2014 ممكن واحد يوضحلي كيف الوكال خربت الكود https://forum.multitheftauto.com/viewtopic.php?f=164&t=51228 شرحٍ كآفي و وآفي =] 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