Jump to content

لللاعب فقط


Recommended Posts

شباب بغيت تصحيح للكود

addEventHandler ( "onMarkerHit", marker, 
    function ( player ) 
        if ( getElementType ( player ) == "player" ) then        
            outputChatBox("mohssan", player, 255, 0, 0, true)            
        end 
    end 
) 

انا ابغي بس الاعب الي لمس الماركر يطلع ليه الكلام

مو الكل

Link to comment
هذا يطلع للاعب نفسة ؟ وش المشكلةة؟

اي صح الكلام ما يطلع الا للاعب

لكن شوف هاذا

addEventHandler ( "onMarkerHit", marker, 
    function ( player ) 
        if ( getElementType ( player ) == "player" ) then                
            setElementDimension ( blip1, 1 ) 
        end 
    end 
) 

Link to comment

setElementDimension

تحط الشيء في بعد ثاني عالم ثاني ماتخفية!

setElementVisibleTo 

جرب كذا #

تحت البلب

setElementVisibleTo(blip1,getRootElement(),false) 

وكودك يوم تلمس جربة كذا #

addEventHandler ( "onMarkerHit", marker, 
    function ( player ) 
        if ( getElementType ( player ) == "player" ) then                
            setElementVisibleTo(blip1,player,true) 
        end 
    end 
) 

Link to comment
setElementDimension

تحط الشيء في بعد ثاني عالم ثاني ماتخفية!

setElementVisibleTo 

جرب كذا #

تحت البلب

setElementVisibleTo(blip1,getRootElement(),false) 

وكودك يوم تلمس جربة كذا #

addEventHandler ( "onMarkerHit", marker, 
    function ( player ) 
        if ( getElementType ( player ) == "player" ) then                
            setElementVisibleTo(blip1,player,true) 
        end 
    end 
) 

ضبط بس اذا كان ظاهر

و ابغي في كودي يختفي ؟

Link to comment
شوف

اذا اسويه كذا يضبط

setElementVisibleTo(marker,player,true) 

اما كذا ما يضبط يطلع للكل

setElementVisibleTo(marker,player,false) 

false تقفل

true تفتح

ادري

بس اذا اخليها true

تضبط

اما false

ما تضبط

Link to comment
شوف

اذا اسويه كذا يضبط

setElementVisibleTo(marker,player,true) 

اما كذا ما يضبط يطلع للكل

setElementVisibleTo(marker,player,false) 

false تقفل

true تفتح

ادري

بس اذا اخليها true

تضبط

اما false

ما تضبط

يب

true

تفتح يعني تشغلها وكذا

false

تقفل او ايقاف وكذا

Link to comment
ادري

ان ايقاف و تشغيل

بس الكود اذا ابغي اظهر الشي يظهره بس للاعب و هاذا الي ابيه

لكن اذا ابغي اخفي شي ما يخفيه يعني اسوي ليه فلس

طيب وش اللي تبي تظهره للاعب

Link to comment
ادري

ان ايقاف و تشغيل

بس الكود اذا ابغي اظهر الشي يظهره بس للاعب و هاذا الي ابيه

لكن اذا ابغي اخفي شي ما يخفيه يعني اسوي ليه فلس

طيب وش اللي تبي تظهره للاعب

شوف انا بداية الكود خليت

            setElementVisibleTo(blip,player,true) 

عشان اصير ظاهر

و في الفكتيشن

ابغيه ما يظهر

سويت ليه false

            setElementVisibleTo(blip,player,false) 

لكن للحين ظاهر

Link to comment
setElementVisibleTo(bilp, false) 

bool setElementVisibleTo ( element theElement, element visibleTo, bool visible ) 

visibleTo: The element you wish the element to be visible or invisible to. Any child elements that are players will also be able to see the element. See visibility.

Link to comment

عارف يابعدي قريته قبل مأتنزل ردك ,

لأكن حأولت اتخطاه عرفت زي الاوامر الثاني تسوي الامر وبعدين

fals or true

بس غريبه ماضبط حتى هو سواه صح صاحب الموضوع !

بس اتوقع بوق لانه يقول لي يحتاج الفنكشن شيك ,

Link to comment
عارف يابعدي قريته قبل مأتنزل ردك ,

لأكن حأولت اتخطاه عرفت زي الاوامر الثاني تسوي الامر وبعدين

fals or true

بس غريبه ماضبط حتى هو سواه صح صاحب الموضوع !

بس اتوقع بوق لانه يقول لي يحتاج الفنكشن شيك ,

ما يمديك تتخطى ارقيومنت مطلوبة, يمديك فقط تتخطى ال

optional

او حتى بالويكي اذا يجيك

اسم الارقيومنت = nil

تعرف ان يمديك تتخطاها

Link to comment
setElementVisibleTo(bilp, false) 

bool setElementVisibleTo ( element theElement, element visibleTo, bool visible ) 

visibleTo: The element you wish the element to be visible or invisible to. Any child elements that are players will also be able to see the element. See visibility.

ما فهمت ممكن مثال

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