Jump to content

طلب كود


Recommended Posts

Posted

السلام عليكم ابي كود اذا اللاعب دخل العالم ذا يحذف الحرف ص , س واذا طلع من العالم يرجع الزر او الاختصار

Posted
  
'onClientKey' 
if getElementDimension 
cancelEvent 
  

Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة

ليس عليك اسعاد الجميع ,
ولكن عليك بإن لا تؤذي أحداً 

=========
You do not have to make everyone happy,
But you should not hurt anyone

 

Want to contact with me?

 

Discord: JustCarry#2616 (Always there)
Skype: Live:JustCarry10 (Not always)

Posted

اضغط على الاكواد الي معطيها لك

وشوف اقرا شرحها بالانجليزي وحاول تفهم الكلام

واذا مافهمته افتح مترجم قوقل وافهم الكلام

ثم اقرا السينتاكس حق الوظيفه وافهمه

وشوف المثال الي بيكونو حاطينه لك هم

وبتعرف تسويها وتفهم

I'am Back MTA  sa World !

p_513w5ap31.jpg

Spoiler

p_581zud1f1.png

 

 

 

 

Posted
  
function mm  ( button , press ) 
 if button == "s" or button == "w"  and press and getElementDimension(localPlayer) == 5 then   
  
cancelEvent () 
  
end 
  
end 
  
 addEventHandler("onClientKey",root,mm) 

76561198264399996.png

 

 

 

 

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
اضغط على الاكواد الي معطيها لك

وشوف اقرا شرحها بالانجليزي وحاول تفهم الكلام

واذا مافهمته افتح مترجم قوقل وافهم الكلام

ثم اقرا السينتاكس حق الوظيفه وافهمه

وشوف المثال الي بيكونو حاطينه لك هم

وبتعرف تسويها وتفهم

ههههههه الله يجزاك خير ي الشيخ كور فاكها نصايح ع المنتدى

ي لبى قلبك ههههههههههه

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) 

. عدل ع الجـدول

يعطيك العافية ضبط :]

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