Jump to content

دبل كلك


Recommended Posts

جرب :

local ClickCount = 1 
     
bindKey('h','down', 
    function (  ) 
        if ClickCount and ClickCount < 2 then  
            ClickCount = ClickCount +1 
        return end 
            outputChatBox( tostring ( ClickCount ) ) 
         ClickCount = 1 
    end 
) 
  
addEventHandler('onClientKey',root, 
    function ( button ) 
        if button ~= 'h' and ClickCount > 1 then 
            ClickCount = 1 
    end 
end 
) 

Link to comment

ليه غسلت ايدك منه :?:

+ انا ملاحضك تخليه فهد لـ مده معينه وبعدين ترجعه برستيج

المهم

انا ابي

Onclientkey تكون سيرفر

مابيها تكون كلنت تقدر ؟

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