KasaNoVa Posted August 11, 2014 Posted August 11, 2014 شباب عايز TXD حق المركر بشوف ناس معدلة علي شكل المركر مثل سيرفر CIT
#DRAGON!FIRE Posted August 11, 2014 Posted August 11, 2014 تقصد زي كذا ؟ http://i.imgur.com/OQhucLt.jpg
^#Dream Posted August 12, 2014 Posted August 12, 2014 على ماظن قصدهه كذا http://im76.gulfup.com/1BL9U6.png
nxFairlywell Posted August 12, 2014 Posted August 12, 2014 على ماظن قصدهه كذاhttp://im76.gulfup.com/1BL9U6.png ذا حق اف اف اس بس كيف سووه
#DRAGON!FIRE Posted August 12, 2014 Posted August 12, 2014 (edited) كلها نفس النظام .. بس هذي احسها عفسة .. حنا مسوين نظام ماركرات كامل بس ما ادري لو يقصدهـ ولا وش يقصد Edited August 12, 2014 by Guest
^#Dream Posted August 12, 2014 Posted August 12, 2014 على ماظن قصدهه كذاhttp://im76.gulfup.com/1BL9U6.png ذا حق اف اف اس بس كيف سووه ذا الماركر بـ CIT
nxFairlywell Posted August 12, 2014 Posted August 12, 2014 طيب اف اف اس في اللوبي مكتوب Run صح ولالا لما تخشه تحصل سباق جري الماركرات زي هذي ^
xFace[B]ook Posted August 12, 2014 Posted August 12, 2014 تسويه بـ dxDrawLine3D حتى انا مسويه ع شكل مربع بس فرمت الجهاز وراح
KasaNoVa Posted August 12, 2014 Author Posted August 12, 2014 تقصد زي كذا ؟ http://i.imgur.com/OQhucLt.jpg ايوة اقصد كدا كيف بقي و في اشكال تانية
KasaNoVa Posted August 12, 2014 Author Posted August 12, 2014 function createLine ( ) x1, y1, z1 = getElementPosition ( testVehicle ) -- Get test vehicles position. x2, y2, z2 = getElementPosition ( getLocalPlayer ()) -- Get local players position. dxDrawLine3D ( x1, y1, z1, x2, y2, z2, tocolor ( 0, 255, 0, 230 ), 2) -- Create 3D Line between test vehicle and local player. end كيف
xFace[B]ook Posted August 12, 2014 Posted August 12, 2014 انا استغرق مني ساعة عشان اضبط الشكل مربع كل شوي اجرب الاحداثيات اما الكود بسيط وسهل كل الي عليك تسوي شكل وعليه ماركر مخفي
#DRAGON!FIRE Posted August 12, 2014 Posted August 12, 2014 تقصد زي كذا ؟ http://i.imgur.com/OQhucLt.jpg ايوة اقصد كدا كيف بقي و في اشكال تانية هذا سكربت معقد جدا تقريبا .. ويبي لك تسوي كل شي انت وحسابات طويلة عريضة
./BlackBird# Posted August 12, 2014 Posted August 12, 2014 تقصد زي كذا ؟ http://i.imgur.com/OQhucLt.jpg ايوة اقصد كدا كيف بقي و في اشكال تانية هذا انا مسويه معقد لازم حسابات كثيره و dxDrawLine3D
al-Kobra Posted August 14, 2014 Posted August 14, 2014 جرب function dxDrawCircle3D( x, y, z, radius, segments, color, width ) segments = segments or 16; color = color or tocolor( 255, 255, 0 ); width = width or 1; local segAngle = 360 / segments; local fX, fY, tX, tY; -- drawing line: from - to for i = 1, segments do fX = x + math.cos( math.rad( segAngle * i ) ) * radius; fY = y + math.sin( math.rad( segAngle * i ) ) * radius; tX = x + math.cos( math.rad( segAngle * (i+1) ) ) * radius; tY = y + math.sin( math.rad( segAngle * (i+1) ) ) * radius; dxDrawLine3D( fX, fY, z, tX, tY, z, color, width ); end end addEventHandler("onClientRender", root, function() dxDrawCircle3D( x, y, z, 3, 5) end )
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