Jump to content

مشكلة بالضغط علي زر


Recommended Posts

السلام عليكم

عندي ابي لو ضغطت علي حرف w

بعالم 60 - يجي رسالة بالشات  --

وشغال وتمام

لكن المشكلة لما اجي اتكلم بالشات وجبت كلمة فيها حرف w

الرسالة تتطلع مافي حل ؟

buttons = {
    ['w'] = true,
}


addEventHandler( 'onClientKey', root, function (button , prees)
    if prees and getElementDimension(localPlayer) == 90 then
        if buttons[button] then
        	outputChatBox( "غير مصرح لك بفتح آللوحة آلآن !", 255, 0, 0, true )
            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...