Jump to content

كود بسيط


Mbtdaa

Recommended Posts

سلام عليكم

اخوي انت حاط زر مثل اف 2 ولاكلمه من اف 8؟

وتبي الكلام للكل ولا للاعب بس

اذا ما عرفت حط كودك الكيلنت بس

اي ابيه مثلا لما يظغط اف 2

يطلع كلام بشات

للاعب الي فتح او اقفل النافذه فقط

..

والكود تقصد اي كود باظبط؟

Link to comment
  
bindKey ( "F2" , "down" , 
    function () 
        if guiGetVisible ( theWindow , true ) then 
            guiSetVisible ( theWindow , false ) 
            showCursor ( false ) 
            outputChatBox ( "Closed" , 255 , 0 , 0 , true ) 
        else 
            guiSetVisible ( theWindow , true ) 
            showCursor ( true ) 
            outputChatBox ( "Opened" , 0 , 255 , 0 , true )  
        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...