SycroX Posted June 3, 2018 Share Posted June 3, 2018 السلام عليكم يا شباب في حد يقدر يقولي وش الخطاء الي انا مسويه هنا ؟ local dot = dxCreateTexture(1,1) local white = tocolor(255,255,255,255) function dxDrawRectangle3D(x,y,z,w,h,c,r,...) local lx, ly, lz = x+w, y+h, (z+tonumber(r or 0)) or z return dxDrawMaterialLine3D(x,y,z, lx, ly, lz, dot, h, c or white, ...) end addEventHandler("onClientRender", root, function() dxDrawRectangle3D(2414, 1242, 20, 100, 100, tocolor(255, 255, 255, 255)) end ) المستطيل ما يظهر و صراحه في كود بسيط مثل ذا ما اشوف اي خطا + نفس الحكايه علي dxDrawImage3D Link to comment
MrBiG Posted June 4, 2018 Share Posted June 4, 2018 (edited) local dot = dxCreateTexture ( "حط صورة" ) local white = tocolor ( 255 , 255 , 255 , 255 ) function dxDrawRectangle3D ( x , y , z , w , h , c , r ) local lx , ly , lz = ( w+x ) , ( h+y ) , ( z or ( z+r ) ) return dxDrawMaterialLine3D ( x , y , z , lx , ly , lz , dot , h , c or white ) end addEventHandler("onClientRender", root, function ( ) dxDrawRectangle3D( 1452 , 1611 , 10 , 100 , 100 , tocolor ( 255 , 255 , 255 , 255 ) , 2 ) end ) سويت بعض التعديلات والمشكلة فوق عند انشاء عنصر تيكستر هو ينشاء ويزبط ولكن هو غير مرئي لانو هو مثل قالب ينوضع فيه الصورة Dx من أجل ان يتم معاملتها مثل مشان هيك انت كمبرمج تلجأ لستخدامه حمل ذا البرنامج تسوي من خلاله تيكستر DxTex رابط التحميل Edited June 4, 2018 by Debo15 Link to comment
SycroX Posted June 4, 2018 Author Share Posted June 4, 2018 (edited) 10 hours ago, Debo15 said: local dot = dxCreateTexture ( "حط صورة" ) local white = tocolor ( 255 , 255 , 255 , 255 ) function dxDrawRectangle3D ( x , y , z , w , h , c , r ) local lx , ly , lz = ( w+x ) , ( h+y ) , ( z or ( z+r ) ) return dxDrawMaterialLine3D ( x , y , z , lx , ly , lz , dot , h , c or white ) end addEventHandler("onClientRender", root, function ( ) dxDrawRectangle3D( 1452 , 1611 , 10 , 100 , 100 , tocolor ( 255 , 255 , 255 , 255 ) , 2 ) end ) سويت بعض التعديلات والمشكلة فوق عند انشاء عنصر تيكستر هو ينشاء ويزبط ولكن هو غير مرئي لانو هو مثل قالب ينوضع فيه الصورة Dx من أجل ان يتم معاملتها مثل مشان هيك انت كمبرمج تلجأ لستخدامه حمل ذا البرنامج تسوي من خلاله تيكستر DxTex رابط التحميل انت فهمت غلط ده rectangle مش صوره + الي انا طارحو الكود الأصلي :- الي عاملو صاحب الفانكشن معملتش اي تعديل غير في المكان عشان اشوف هيظبط او لا لان انا كنت عامل كود اخر بس منفعش + الكود شغال اصلا يعني جربتو علي مثال صاحب الكود في الويكي و فعلا شغال لاكن انا بس غيرت المكان مفيش اي حاجه بتظهر عشان كدا بستفسار في المنتدي هنا :- Edited June 4, 2018 by #x1AhMeD,-09 Link to comment
N3xT Posted June 4, 2018 Share Posted June 4, 2018 addEventHandler("onClientPreRender", root, function() dxDrawRectangle3D(0,0, 20, 20, 20, tocolor(255,255,255,255)) end ) Link to comment
SycroX Posted June 4, 2018 Author Share Posted June 4, 2018 (edited) 1 hour ago, N3xT said: addEventHandler("onClientPreRender", root, function() dxDrawRectangle3D(0,0, 20, 20, 20, tocolor(255,255,255,255)) end ) نفس المشكله ... ----------- خلاص مشكورين سويته بنفسي عن طريقه : صوره + dxDrawMaterialLine3D Edited June 4, 2018 by #x1AhMeD,-09 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