khalid-mks Posted February 17, 2015 Share Posted February 17, 2015 بسم الله رحمان الرحيم السلام عليكم ورحمة الله وبركاته شبااب انا عندي كويد عبارة عن صورة تتحرك بس انا ابيها تجي بعد مرور ثواني ولما تجي تبقى شوي وترووح انا عملتها بس مو بعرف ليش ما دبط local sx, sy = guiGetScreenSize() local start = getTickCount( ) addEventHandler("onClientRender", root, function( ) local now = getTickCount( ) local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 9500) - start), "Linear") panel = dxDrawImage(x, (sy - 700) / 2, 250, 1000, "files/panel.png") guiSetVisible(panel,false) setTimer (guiSetVisible,10000,1,panel,true) setTimer (guiSetVisible,100000,1,panel,false) end) المرجو المساعده وشكرا Link to comment
shwaeki Posted February 17, 2015 Share Posted February 17, 2015 ^ guiSetVisible gui الفكشن هاد بس يا ما ينفع على الدي اكس عشين تشيل الصورة استخدم removeEventHandler Link to comment
khalid-mks Posted February 17, 2015 Author Share Posted February 17, 2015 كدة يعني انا عملتو كدة وما زبط يعني راحت الصورة بالمرة ليش local sx, sy = guiGetScreenSize() local start = getTickCount( ) removeEventHandler("onClientRender", root, function( ) local now = getTickCount( ) local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 9500) - start), "Linear") panel = dxDrawImage(x, (sy - 700) / 2, 250, 1000, "files/panel.png") end) بليز ساعدوني شباب تكفون Link to comment
shwaeki Posted February 17, 2015 Share Posted February 17, 2015 addEventHandler انت شلت عشين هيك ما راح تيجي الصورة removeEventHandler و استخدمت و انتا اصلا مش عامل حدث عشين تشيله ف ساوي فكشن مع اسم عشين تقدر تشيله Link to comment
khalid-mks Posted February 17, 2015 Author Share Posted February 17, 2015 عملته كدة بس مو اشتغل بالمرررةةة addEventHandler("onClientRender", root, function( ) local sx, sy = guiGetScreenSize() local start = getTickCount( ) local now = getTickCount( ) local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 9500) - start), "Linear") dxDrawImage(x, (sy - 700) / 2, 250, 1000, "files/panel.png") removeEventHandler("onClientRender", root(), function) end) Link to comment
UAEpro Posted February 17, 2015 Share Posted February 17, 2015 local sx, sy = guiGetScreenSize() local start = getTickCount( ) local ShowPanel = true addEventHandler("onClientRender", root, function( ) local now = getTickCount( ) local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 9500) - start), "Linear") if ShowPanel then -- لو كانت ترو بيطلعها panel = dxDrawImage(x, (sy - 700) / 2, 250, 1000, "files/panel.png") end guiSetVisible(panel,false) end) setTimer ( function() ShowPanel = false end, 100000, 1 ) -- نغيرها نخليها خطا هذي الطريقة اللي دوم استعملها Link to comment
#MostafaSaadi Posted February 17, 2015 Share Posted February 17, 2015 local sx, sy = guiGetScreenSize() local start = getTickCount( ) local ShowPanel = true addEventHandler("onClientRender", root, function( ) local now = getTickCount( ) local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 9500) - start), "Linear") if ShowPanel then -- لو كانت ترو بيطلعها panel = dxDrawImage(x, (sy - 700) / 2, 250, 1000, "files/panel.png") end guiSetVisible(panel,false) end) setTimer ( function() ShowPanel = false end, 100000, 1 ) -- نغيرها نخليها خطا هذي الطريقة اللي دوم استعملها اول مره اشوفك تساعد هنا Link to comment
khalid-mks Posted February 17, 2015 Author Share Posted February 17, 2015 ياا اماراتي يا محترف شووف اول تعليق يقوول guiSetVisible ماتصلح لال DX وش يعني هو صصاالح ام لا حيرتووني Link to comment
khalid-mks Posted February 17, 2015 Author Share Posted February 17, 2015 واللللللللللللللللله كفوووووووو ياااااااااااااااااااا امااااا راااتي ياااا مححتتترفف برب قلت على نفسك محترف انت محترف بمعنى الكلمة Link to comment
shwaeki Posted February 17, 2015 Share Posted February 17, 2015 local sx, sy = guiGetScreenSize() local start = getTickCount( ) local ShowPanel = true addEventHandler("onClientRender", root, function( ) local now = getTickCount( ) local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 9500) - start), "Linear") if ShowPanel then -- لو كانت ترو بيطلعها panel = dxDrawImage(x, (sy - 700) / 2, 250, 1000, "files/panel.png") end guiSetVisible(panel,false) end) setTimer ( function() ShowPanel = false end, 100000, 1 ) -- نغيرها نخليها خطا هذي الطريقة اللي دوم استعملها تقدر تقولي ليش حاطط guiSetVisible(panel,false) في الكود ؟ Link to comment
khalid-mks Posted February 17, 2015 Author Share Posted February 17, 2015 يا شوقي برب اشتغلت لما تروح 10 ثواني تختفي اللوحة على العموم ما قصرت والله وشكرا للاصدقاء على المسااعدة Link to comment
shwaeki Posted February 17, 2015 Share Posted February 17, 2015 يا شوقي برب اشتغلت لما تروح 10 ثواني تختفي اللوحة على العموم ما قصرت والله وشكرا للاصدقاء على المسااعدة شغل المود و افتح الدي بق و شوف شو يقول المهم هي على الفاضي شكله ناسيها ولا مدري شو Link to comment
UAEpro Posted February 18, 2015 Share Posted February 18, 2015 local sx, sy = guiGetScreenSize() local start = getTickCount( ) local ShowPanel = true addEventHandler("onClientRender", root, function( ) local now = getTickCount( ) local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 9500) - start), "Linear") if ShowPanel then -- لو كانت ترو بيطلعها panel = dxDrawImage(x, (sy - 700) / 2, 250, 1000, "files/panel.png") end guiSetVisible(panel,false) end) setTimer ( function() ShowPanel = false end, 100000, 1 ) -- نغيرها نخليها خطا هذي الطريقة اللي دوم استعملها تقدر تقولي ليش حاطط guiSetVisible(panel,false) في الكود ؟ كنت مستعجل وما انتبهت لها المفروض ما تكون موجودة لانها ما بتشتغل مع dx اول مره اشوفك تساعد هنا اساعد الناس اللي تطلب مساعدة .. موب الناس اللي تطلب اكواد Link to comment
khalid-mks Posted February 18, 2015 Author Share Posted February 18, 2015 والله ما قصرتو بس ابي افهم انا شلت جي سيت فيزيبل هيبقى شغال كدة ؟ local sx, sy = guiGetScreenSize() local start = getTickCount( ) local ShowPanel = true addEventHandler("onClientRender", root, function( ) local now = getTickCount( ) local x = interpolateBetween(0, 0, 0, sx - 300, 0, 0, (now - start) / ((start + 9500) - start), "Linear") if ShowPanel then -- لو كانت ترو بيطلعها panel = dxDrawImage(x, (sy - 700) / 2, 250, 1000, "files/panel.png") end end) setTimer ( function() ShowPanel = false end, 100000, 1 ) -- نغيرها نخليها خطا 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