Jump to content

وين الخطاء ؟


Recommended Posts

السلام عليكم يا شباب في حد يقدر يقولي وش الخطاء الي انا مسويه هنا ؟

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

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 by Debo15
Link to comment
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 by #x1AhMeD,-09
Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...