ALw7sH Posted January 29, 2014 Share Posted January 29, 2014 السلآآم عليكم ورحمة الله انا مسوي مود تشغيل صوت 3D مسوي لوحة ويحط رابط مباشر ويضغط تشغيل ويشتغل حاولت أكثر من مره وأكثر من مره عدت الكود ولا ضبط لأني اول مره اتعامل معى كود كذا ذذ addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == start ) then local x, y, z = getElementPosition ( getLocalPlayer ( ) ) local uSound = playSound3D( tonumber ( guiGetText ( edit ) ), x, y, z ) setSoundMaxDistance( uSound, 100 ) end end ) Link to comment
EH10 Posted January 29, 2014 Share Posted January 29, 2014 جـرب * ورد خـبـر * addEventHandler("onClientGUIClick", root, function() if ( source == start ) then local x, y, z = getElementPosition ( LocalPlayer ) local sounds = playSound3D( tonumber ( guiGetText( edit ) ), x, y, z ) setSoundMaxDistance( sounds, 100 ) end end ) Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 جـرب * ورد خـبـر * addEventHandler("onClientGUIClick", root, function() if ( source == start ) then local x, y, z = getElementPosition ( LocalPlayer ) local sounds = playSound3D( tonumber ( guiGetText( edit ) ), x, y, z ) setSoundMaxDistance( sounds, 100 ) end end ) نفس الخطأ الي كان يجيني ف الديبق مدري وش سببه bad argument playSound3D bad argument setSoundMaxDistance ذا الخلل قام يجيني من أول ماضفت tonumber ( guiGetText( edit ) ) Link to comment
EH10 Posted January 29, 2014 Share Posted January 29, 2014 جـرب * addEventHandler("onClientGUIClick", root, function() if ( source == start ) then local x, y, z = getElementPosition ( LocalPlayer ) local sounds = playSound3D( tonumber ( guiGetText( edit ) ) x, y, z ) setSoundMaxDistance( sounds, 100 ) end end ) Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 جـرب * addEventHandler("onClientGUIClick", root, function() if ( source == start ) then local x, y, z = getElementPosition ( LocalPlayer ) local sounds = playSound3D( tonumber ( guiGetText( edit ) ) x, y, z ) setSoundMaxDistance( sounds, 100 ) end end ) مابيشتغل لانك مسحت (,) لول Link to comment
EH10 Posted January 29, 2014 Share Posted January 29, 2014 جـرب * addEventHandler("onClientGUIClick", root, function() if ( source == start ) then local x, y, z = getElementPosition ( LocalPlayer ) local sounds = playSound3D( guiGetText( edit ), x, y, z ) setSoundMaxDistance( sounds, 100 ) end end ) Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 جـرب * addEventHandler("onClientGUIClick", root, function() if ( source == start ) then local x, y, z = getElementPosition ( LocalPlayer ) local sounds = playSound3D( guiGetText( edit ), x, y, z ) setSoundMaxDistance( sounds, 100 ) end end ) ياخوي لاتجلس تستهبل ذذ انت كل الي جالس تسويه تجرب كل شوي تمسح شي لو سمحت دامك ماتعرف لاتحاول Link to comment
EH10 Posted January 29, 2014 Share Posted January 29, 2014 جـرب * addEventHandler("onClientGUIClick", root, function() if ( source == start ) then local x, y, z = getElementPosition ( LocalPlayer ) local sounds = playSound3D( guiGetText( edit ), x, y, z ) setSoundMaxDistance( sounds, 100 ) end end ) ياخوي لاتجلس تستهبل ذذ انت كل الي جالس تسويه تجرب كل شوي تمسح شي لو سمحت دامك ماتعرف لاتحاول أطرح . meta.xml Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 جـرب * addEventHandler("onClientGUIClick", root, function() if ( source == start ) then local x, y, z = getElementPosition ( LocalPlayer ) local sounds = playSound3D( guiGetText( edit ), x, y, z ) setSoundMaxDistance( sounds, 100 ) end end ) ياخوي لاتجلس تستهبل ذذ انت كل الي جالس تسويه تجرب كل شوي تمسح شي لو سمحت دامك ماتعرف لاتحاول أطرح . meta.xml ياخوي جالس تستهبل ولا وش ؟ ~~ Link to comment
EH10 Posted January 29, 2014 Share Posted January 29, 2014 ياخوي لاتجلس تستهبل ذذ انت كل الي جالس تسويه تجرب كل شوي تمسح شي لو سمحت دامك ماتعرف لاتحاول أطرح . meta.xml ياخوي جالس تستهبل ولا وش ؟ ~~ ياخي استهبل لية اقولك اطرح الميتا Link to comment
Mbtdaa Posted January 29, 2014 Share Posted January 29, 2014 الرجال قاعد يحاول يساعدك ! Link to comment
فاّرس Posted January 29, 2014 Share Posted January 29, 2014 (edited) -- Client Side # addEventHandler ('onClientGUIClick', start,function() local x, y, z = getElementPosition ( localPlayer ) local url = guiGetText ( edit ) if url:len() > 0 and not url:find(' ') then if isElement(uSound) then destroyElement(uSound) end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end end,false ) UPDATED. Edited January 29, 2014 by Guest Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 (edited) الرجال قاعد يحاول يساعدك ! يساعدني ؟ يساعدني ف وش؟ وش دخل ام الميتا ؟ انا ما اهنته قلت له لو سمحت اذا ماتعرف لاتحاول شفت انت وش يسوي ف الكود ؟ كل شوي يحذف شي ويقولي جرب واخر شي يقولي اطرح الميتا edit: -- Client Side # addEventHandler ('onClientGUIClick', start,function() local x, y, z = getElementPosition ( localPlayer ) local url = guiGetText ( edit ) if url:len > 0 and not url:find(' ') then if isElement(uSound) then destroyElement(uSound) end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end end,false ) تسلم بس فيه خطأ سطر 5 function arguments expected near '>' Edited January 29, 2014 by Guest Link to comment
!#NssoR_) Posted January 29, 2014 Share Posted January 29, 2014 addEventHandler ('onClientGUIClick', start,function() local x, y, z = getElementPosition ( localPlayer ) local url = guiGetText ( edit ) if url ~= "" and url ~= " " then if isElement(uSound) then destroyElement(uSound) end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end end,false ) خليه كذا احسن Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 addEventHandler ('onClientGUIClick', start,function() local x, y, z = getElementPosition ( localPlayer ) local url = guiGetText ( edit ) if url ~= "" and url ~= " " then if isElement(uSound) then destroyElement(uSound) end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end end,false ) خليه كذا احسن تسسلم بس صار فيه كم خطأ وصلحتها واشتغل تمام : ) بس فيه مشكلة أنه لو اضغط ع الزر مليون مره يشتغل الصوت مليون مره لول ذا الكود addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) 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) end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end end end ) وعندي مشكله ف زر الايقاف مدري وش سببها addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == stop ) then stopSound( uSound ) end end ) الديبق يقولي bad argument @ 'stopSound' [Expected sound at argument 1, got nil]' سوري طولت ذذ Link to comment
!#NssoR_) Posted January 29, 2014 Share Posted January 29, 2014 (edited) 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 stopSound(uSound) end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end end end) addEventHandler ("onClientGUIClick", getRootElement(), function(button, state, absoluteX, absoluteY) if ( source == stop ) then if isElement(uSound) then stopSound(uSound) end end end) Edited January 29, 2014 by Guest Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 addEventHandler ("onClientGUIClick", start, function() local x, y, z = getElementPosition ( localPlayer ) local url = guiGetText ( edit ) if url ~= "" and url ~= " " then if isElement(uSound) then destroyElement(uSound) uSound = nil end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end end) addEventHandler ("onClientGUIClick", stop, function() if isElement(uSound) then destroyElement(uSound) uSound = nil end end) للحين نفس المشكله كود الاطفاء مايطفي وكود التشغيل نفس مشكلته Link to comment
فاّرس Posted January 29, 2014 Share Posted January 29, 2014 -- Client Side # addEventHandler ('onClientGUIClick', root,function() if source == start then local x, y, z = getElementPosition ( localPlayer ) local url = guiGetText ( edit ) if url:len() > 0 and not url:find(' ') then if isElement(uSound) then destroyElement(uSound) end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end elseif source == stop then if isElement(uSound) then destroyElement(uSound) end end end ) Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 -- Client Side # addEventHandler ('onClientGUIClick', root,function() if source == start then local x, y, z = getElementPosition ( localPlayer ) local url = guiGetText ( edit ) if url:len() > 0 and not url:find(' ') then if isElement(uSound) then destroyElement(uSound) end local uSound = playSound3D( url , x, y, z ) setSoundMaxDistance( uSound, 100 ) end elseif source == stop then if isElement(uSound) then destroyElement(uSound) end end end ) نفس المشكله كود الاطفاء مايطفي وكود التشغيل اذا اضغط عليه اكثر من مره يشغل الصوت اكثر من مره معى بعض Link to comment
iPrestege Posted January 29, 2014 Share Posted January 29, 2014 شيل لوكال من سطر 8 حق الصوت . Link to comment
Sfa7 Posted January 29, 2014 Share Posted January 29, 2014 برستيج يعني الوكال هاذي معقوله خربت الكود كله ؟؟ Link to comment
ALw7sH Posted January 29, 2014 Author Share Posted January 29, 2014 شيل لوكال من سطر 8 حق الصوت . تسسلم ضبط خلاص Link to comment
فاّرس Posted January 29, 2014 Share Posted January 29, 2014 شيل لوكال من سطر 8 حق الصوت . وش مشكله اللوكل هنا؟ Link to comment
iPrestege Posted January 29, 2014 Share Posted January 29, 2014 شيل لوكال من سطر 8 حق الصوت . وش مشكله اللوكل هنا؟ برستيج يعني الوكال هاذي معقوله خربت الكود كله ؟؟ سطر 7 ماراح يتعرف عليها لانة لوكال تحصل يوم توصل لها الوظيفة و الثانية الاغلاق ماراح يوصل لانك سويت اند و هو لوكال . 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