Jump to content

getElementType شرح


Recommended Posts

  • Replies 82
  • Created
  • Last Reply

Top Posters In This Topic

آبي كود,,

-1 ابي اذا ضغط كلك يمين على اي سياره بعدين احط الوظيفهه,,

-- Server Side !

addEventHandler ( "onElementClicked", root, 
    function ( Mouse, State ) 
        if ( Mouse == "right" ) and ( State == "down" ) and ( getElementType ( source ) == "vehicle" ) then 
            -- Your Code 
        end 
    end 
) 

Link to comment
آبي كود,,

-1 ابي اذا ضغط كلك يمين على اي سياره بعدين احط الوظيفهه,,

-- Server Side !

addEventHandler ( "onElementClicked", root, 
    function ( Mouse, State ) 
        if ( Mouse == "right" ) and ( State == "down" ) and ( getElementType ( source ) == "vehicle" ) then 
            -- Your Code 
        end 
    end 
) 

طيب واذا ابي اذا ضغط على اي شيء ولو كان لاعب,,

Link to comment
آبي كود,,

-1 ابي اذا ضغط كلك يمين على اي سياره بعدين احط الوظيفهه,,

-- Server Side !

addEventHandler ( "onElementClicked", root, 
    function ( Mouse, State ) 
        if ( Mouse == "right" ) and ( State == "down" ) and ( getElementType ( source ) == "vehicle" ) then 
            -- Your Code 
        end 
    end 
) 

طيب واذا ابي اذا ضغط على اي شيء ولو كان لاعب,,

لو تبيه إذا ضغط على أي شي يصير كذا ,

addEventHandler ( "onElementClicked", root, 
    function ( Mouse, State ) 
        if ( Mouse == "right" ) and ( State == "down" ) then 
            -- Your Code 
        end 
    end 
) 

=================

أما لو تبيه إذا ضغط على لاعب يصير كذآ ,

addEventHandler ( "onElementClicked", root, 
    function ( Mouse, State ) 
        if ( Mouse == "right" ) and ( State == "down" ) and ( getElementType ( source ) == "player" ) then 
            -- Your Code 
        end 
    end 
) 

Link to comment
يعطيك العافيهه,

اقدر استخدم guiSetPosition عشان اخلي الاشياء تطير؟

setElementVelocity 

اشرح لي ذآ:

bool setElementVelocity ( element theElement, float speedX, float speedY, float speedZ ) 

آي المنت يقصد + اي سرعه؟

Link to comment
يعطيك العافيهه,

اقدر استخدم guiSetPosition عشان اخلي الاشياء تطير؟

setElementVelocity 

اشرح لي ذآ:

bool setElementVelocity ( element theElement, float speedX, float speedY, float speedZ ) 

آي المنت يقصد + اي سرعه؟

Required Arguments

theElement: The element you wish to set the velocity of.

speedX: A floating point value determining the speed along the X axis.

speedY: A floating point value determining the speed along the Y axis.

speedZ: A floating point value determining the speed along the Z axis.

Link to comment
~_~

قصدك تلصق فيك؟

:lol:

يآخي لآ بعطيك مثآل

تعرف سوبر مآن ض1

يعني انت طلعت سياره تضغط كلك يمين بدون ما تركب وتخلي السياره تطلع فوق يعني تطير بالهوا,

وانت اذا لفيت بالمواس يمين السياره تلف معك وهي بالجو, ولو لفيت يسار مثلها,,

آتوقع انه كود تعجيزي :lol:

Link to comment

أهااا

قصدك تبي تمسك السيارة بالماوس و تحركها خخخ

أضن تقدر تستخدم معه الأفنت ذا

onClientCursorMove

تستخدم ذي الأحداثيات

worldX, worldY, worldZ: the 3D in-game world coordinates that the cursor is pointing at.

و تحطها للسيارة بالفنكشن ذا

setElementPosition 

Link to comment
أهااا

قصدك تبي تمسك السيارة بالماوس و تحركها خخخ

أضن تقدر تستخدم معه الأفنت ذا

onClientCursorMove

تستخدم ذي الأحداثيات

worldX, worldY, worldZ: the 3D in-game world coordinates that the cursor is pointing at.

و تحطها للسيارة بالفنكشن ذا

setElementPosition 

ترآني مآ افهم بالاحداثيآت ,,

الاول السرعه,,

worldX, worldY, worldZ,,

حق وش, من الادمنيه,؟

Link to comment

لا

ذا يجي مع الأفنت

أفتح الويكي

https://wiki.multitheftauto.com/wiki/OnClientCursorMove

Parameters شوف الـ

float cursorX, float cursorY, int absoluteX, int absoluteY, float worldX, float worldY, float worldZ 

cursorX: the relative X coordinate of the mouse cursor. 0 = left side of the screen, 1 = right side.

cursorY: the relative Y coordinate of the mouse cursor. 0 = top of the screen, 1 = bottom.

absoluteX: the X coordinate of the mouse cursor, in pixels, measured from the left side of the screen.

absoluteY: the Y coordinate of the mouse cursor, in pixels, measured from the top of the screen.

worldX, worldY, worldZ: the 3D in-game world coordinates that the cursor is pointing at.

(depth) الأفضل تستخدم الفنكشن ذا عشان تقدر تحدد المدى

https://wiki.multitheftauto.com/wiki/GetWorldFromScreenPosition

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...