Jump to content

كود بسيط


Mbtdaa

Recommended Posts

Posted

السلام عليكم

بغيت

كود اذا احد فتح النافذه يطلع كلام بشات واذا قفلها يطلع كلام بشات

..

Posted

سلام عليكم

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

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

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

Posted
سلام عليكم

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

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

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

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

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

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

..

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

Posted
  
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 
)      
  

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