Jump to content

طلب صغير


Recommended Posts

  • Replies 59
  • Created
  • Last Reply

Top Posters In This Topic

Posted

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

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

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

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

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

I'am Back MTA  sa World !

p_513w5ap31.jpg

Spoiler

p_581zud1f1.png

 

 

 

 

Posted
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) 

تأكد من رقـم العـالم الوهمـي

"A Year from Now You May Wish You Had Started Today"

Posted
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) 

"A Year from Now You May Wish You Had Started Today"

Posted

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

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

لا اله الا انت سبحانك اني كنت من الظالمين

TehLMGN.png?1

My Group : https://www.facebook.com/groups/992678147519191/

Posted

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

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

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

I'am Back MTA  sa World !

p_513w5ap31.jpg

Spoiler

p_581zud1f1.png

 

 

 

 

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