Jump to content

فنكشات x[طلب]x


Recommended Posts

حبي , انت ناسي تحط حجم الماركر ؟ ! خليت حجمه 2 وحطيته الفا 144

local marker = createMarker ( 2042.68652, 1535.95911, 10.67188,"cylinder", 2, 255,255,255, 144) 
local hitMarker = false 
local blocked_buttons = { 
    ["F1"] = true, 
    ["F3"] = true, 
    ["b"] = true, 
} 
  
addEventHandler ( "onClientMarkerHit", marker, 
    function ( hitPlayer ) 
        if ( hitPlayer == localPlayer and not hitMarker ) then 
            hitMarker = true 
        end 
    end 
) 
  
addEventHandler ( "onClientKey", root, 
    function ( button ) 
        if ( button == blocked_buttons [ button ] and hitMarker == true and getElementDimension ( localPlayer ) == 30 ) then 
            outputChatBox ( "غير مصرح لك بفتح اللوحة الان ", 255, 0, 0, true ) 
            cancelEvent() 
        end 
    end 
) 

Link to comment
حبي , انت ناسي تحط حجم الماركر ؟ ! خليت حجمه 2 وحطيته الفا 144
local marker = createMarker ( 2042.68652, 1535.95911, 10.67188,"cylinder", 2, 255,255,255, 144) 
local hitMarker = false 
local blocked_buttons = { 
    ["F1"] = true, 
    ["F3"] = true, 
    ["b"] = true, 
} 
  
addEventHandler ( "onClientMarkerHit", marker, 
    function ( hitPlayer ) 
        if ( hitPlayer == localPlayer and not hitMarker ) then 
            hitMarker = true 
        end 
    end 
) 
  
addEventHandler ( "onClientKey", root, 
    function ( button ) 
        if ( button == blocked_buttons [ button ] and hitMarker == true and getElementDimension ( localPlayer ) == 30 ) then 
            outputChatBox ( "غير مصرح لك بفتح اللوحة الان ", 255, 0, 0, true ) 
            cancelEvent() 
        end 
    end 
) 

شكرا تعبناكم

ولكن ما ظبظ

تقدر

تجرب بنفسك

شوف

ميتا


Link to comment

صراحة الفكرة ليست واضحة بالشكل المطلوب, انت الآن تريد عمل ديربي وانا لا ارى اي كود يتعلق بالديربي, لذلك ضع الكود كامل لكي يتم الدمج والإصلاح

اخي الكريم

انا ابي اتعلم اول شي حماية اماكن

فهمت علي

لما يصل لمكان لي انا مختارو

ما يمديه يفتح لوحات لانا مانعها فهمت علي

Link to comment
buttons = { 
    ['F1'] = true, 
    ['F3'] = true, 
    ['b'] = true 
} 
  
addEventHandler( 'onClientKey', root, function (button , prees) 
    if prees and getElementDimension(localPlayer) == 30 then 
        if buttons[button] then 
            cancelEvent() 
        end 
    end 
end) 

Link to comment
buttons = { 
    ['F1'] = true, 
    ['F3'] = true, 
    ['b'] = true 
} 
  
addEventHandler( 'onClientKey', root, function (button , prees) 
    if prees and getElementDimension(localPlayer) == 30 then 
        if buttons[button] then 
            cancelEvent() 
        end 
    end 
end) 

جاي تزود مشاركات على فاضي

?

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