Mostafa MohammeD Posted March 14, 2016 Share Posted March 14, 2016 (edited) deleted Edited March 18, 2016 by Guest Link to comment
MrSAUD1 Posted March 14, 2016 Share Posted March 14, 2016 بدال ما تتعب نفسك و تستخدم / interpolateBetween عدل عع الصوره نفسها ! الرقمنت رقم / 6,7,8 Link to comment
#|_oskar_|# Posted March 14, 2016 Share Posted March 14, 2016 local screenW, screenH = guiGetScreenSize() local start = getTickCount() addEventHandler("onClientRender", root, function() local now = getTickCount() local w,h = interpolateBetween(500,300,0,0,0,0, (now - start) / ((start +20000) - start), "Linear") dxDrawImage(screenW * 0.2797, screenH * 0.4150,101+w,66+h, "mm.png",0,0,0, tocolor(255,255,255,255), true) end) Link to comment
Mostafa MohammeD Posted March 15, 2016 Author Share Posted March 15, 2016 local screenW, screenH = guiGetScreenSize() local start = getTickCount() addEventHandler("onClientRender", root, function() local now = getTickCount() local w,h = interpolateBetween(500,300,0,0,0,0, (now - start) / ((start +20000) - start), "Linear") dxDrawImage(screenW * 0.2797, screenH * 0.4150,101+w,66+h, "mm.png",0,0,0, tocolor(255,255,255,255), true) end) الكود مب شغال Link to comment
#|_oskar_|# Posted March 15, 2016 Share Posted March 15, 2016 local screenW, screenH = guiGetScreenSize() local start = getTickCount() addEventHandler("onClientRender", root, function() local now = getTickCount() local w,h = interpolateBetween(500,300,0,0,0,0, (now - start) / ((start +20000) - start), "Linear") dxDrawImage(screenW * 0.2797, screenH * 0.4150,101+w,66+h, "mm.png",0,0,0, tocolor(255,255,255,255), true) end) الكود مب شغال جربته وشغال او يمكن انت حطيته مع اكواد ثانيه وخرب ؟ شغل الديبق وشوف يطلع اخطاء او لا Link to comment
Mostafa MohammeD Posted March 16, 2016 Author Share Posted March 16, 2016 (edited) deleted Edited March 18, 2016 by Guest Link to comment
Mostafa MohammeD Posted March 16, 2016 Author Share Posted March 16, 2016 (edited) deleted Edited March 18, 2016 by Guest Link to comment
Mostafa MohammeD Posted March 17, 2016 Author Share Posted March 17, 2016 تم الحل شكرا شباب Link to comment
taha201100 Posted March 18, 2016 Share Posted March 18, 2016 بس ليه تمسح الاكواد خلي الناس تستفيد :] Link to comment
Mostafa MohammeD Posted March 18, 2016 Author Share Posted March 18, 2016 بس ليه تمسح الاكواد خلي الناس تستفيد :] اساسا كل الاكواد يلي كانت هون كانت ما شغالة انا كلمت مبرمج سكايب وساعدني انا قلت اشلها مشان ما احد يجرب الاكواد الغلط ويبوظ المود له 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