Jump to content

يخلي اف 1 يعمل !


Recommended Posts

ما اشوف خطأ فيه سفاح :?:

+ خذ ذا

  
addEventHandler( "onClientKey", root, function(button,key) 
        if button == "F1" then 
            if getElementData(localPlayer, "PressF1") ~= true then return end 
            cancelEvent() 
             end 
        end 
    end ) 

صلحته :roll:

Link to comment
ما اشوف خطأ فيه سفاح :?:

+ خذ ذا

  
addEventHandler( "onClientKey", root, function(button,key) 
        if button == "F1" then 
            if getElementData(localPlayer, "PressF1") ~= true then return end 
            cancelEvent() 
             end 
        end 
    end ) 

صلحته :roll:

في ايند زياده

Link to comment
addEventHandler( "onClientKey", root,  
function(button,key) 
    if button == "F1" then 
        if getElementData(localPlayer, "PressF1") ~= true then return end 
        cancelEvent() 
    end 
end 
) 

الاكواد ما تضبط الا في النوت باد @_@

حرمت اكتب في حقت المنتدي

لو ما ضبط من جديد تعال سكايب

silver4791

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