KasaNoVa Posted August 12, 2014 Share Posted August 12, 2014 اهلاً شباب ما اطول عليكم انا عندي الكتابة علي المركر ممكن اخلي بدل ما يكتب علي المركر يكتب علي سيارة خاصة هذا هو الكود local MaxScreenPosition = 20 local r,g,b = 0,255,0 local alpha = 250 local FontSize = 4 local TextFont = "arial" addEventHandler("onClientRender",getRootElement(), function ( ) local x,y,z = getElementPosition( SpecialCar ) local MatrixX, MatrixY, MatrixZ = getCameraMatrix( ) if ( getDistanceBetweenPoints3D( MatrixX, MatrixY,MatrixZ,x,y,z ) <= MaxScreenPosition ) then local WorldX,WorldY = getScreenFromWorldPosition( x,y,z +3,0.06 ) if ( WorldX and WorldY ) then dxDrawText ( "Console",WorldX,WorldY,WorldX,WorldY,tocolor(math.random(5, 250), math.random(5, 110), math.random(5, 250) ,lpha),FontSize,TextFont ) end end end ) Link to comment
Max+ Posted August 12, 2014 Share Posted August 12, 2014 اهلاً شباب ما اطول عليكم انا عندي الكتابة علي المركر ممكن اخلي بدل ما يكتب علي المركر يكتب علي سيارة خاصة هذا هو الكود local MaxScreenPosition = 20 local r,g,b = 0,255,0 local alpha = 250 local FontSize = 4 local TextFont = "arial" addEventHandler("onClientRender",getRootElement(), function ( ) local x,y,z = getElementPosition( SpecialCar ) local MatrixX, MatrixY, MatrixZ = getCameraMatrix( ) if ( getDistanceBetweenPoints3D( MatrixX, MatrixY,MatrixZ,x,y,z ) <= MaxScreenPosition ) then local WorldX,WorldY = getScreenFromWorldPosition( x,y,z +3,0.06 ) if ( WorldX and WorldY ) then dxDrawText ( "Console",WorldX,WorldY,WorldX,WorldY,tocolor(math.random(5, 250), math.random(5, 110), math.random(5, 250) ,lpha),FontSize,TextFont ) end end end ) ياخي والله ساعدناك في اكثر من 3 مواضيع ولا تعلمت شي تبي كل شي جاهز اكتب بقوقل سيارة خاصة mta وشوف الكود وادخل على الويكي , وشوف الكود كيف يستعمل واذا مامعك لغة انجليزية انصحك تترك البرمجة لان بدون اللغة ماتمشي . Link to comment
shwaeki Posted August 12, 2014 Share Posted August 12, 2014 حط بدل هاد متغير السيارة SpecialCar local x,y,z = getElementPosition( SpecialCar ) Link to comment
KasaNoVa Posted August 12, 2014 Author Share Posted August 12, 2014 حط بدل هاد متغير السيارة SpecialCar local x,y,z = getElementPosition( SpecialCar ) اوك شكراً اذن ان الاخ الرد قبلك مكنش فاهمني + انا معايا لغة 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