Jump to content

طلب صغير


Recommended Posts

  • Replies 59
  • Created
  • Last Reply

Top Posters In This Topic

شوف بعطيك طريقه اسهل من الداتا

اذا انت مسوي ماب ديربي واحد او مابين

سوي عليهم كول شيب

وسوي اي واحد يوم يخش داخل الكول شيب مايقدر يستخدم الازرار الي محددها انت

ولما يطلع تنفك له الازرار ويرجع الوضع عادي

Link to comment
addEventHandler( 'onClientKey', root, function (button , prees) 
    if button == 'F1' or button == 'F3' or button == 'b' and prees and getElementDimension(localPlayer) == 30 then 
        cancelEvent() 
    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

سوي اذا دخل الديربي يحط له داتا وبعدين تسوي تحقق اذا معه الداتا يرسبنه عند باب الديربي

وفي طريقه ثانيه وهي التيم اذا دخل الديربي يدخله تيم ويرسبن عند الديربي

Link to comment

شي طبيعي ما بتفهم لان كل شغلك اكواد جاهزه

العموم بدال لا تستخدم الداتا كثير

سوي كول شيب عند ماب الديربي ، ولما يموت وهو داخل المنطقه ترسبنه عند مدخل الديربي

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