Jump to content

x[ طلب ]x طلب كود لووحة بزر


Recommended Posts

بدي الكود حاهز يا

Mr,[C]oR

حاول على الاقل

الكود

  
  
  
bindKey ( "F5", "down", function (    ) 
      guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة) ) 
      showCursor ( guiGetVisible ( اسم اللوحة) ) 
end ) 

Edited by Guest
Link to comment
بدي الكود حاهز يا

Mr,[C]oR

حاول على الاقل

الكود

local Key = "o" 
  
  
bindKey ( "F5", "down", function (    ) 
      guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة) ) 
      showCursor ( guiGetVisible ( اسم اللوحة) ) 
end ) 

وش فايدة المتغير Key الحين ؟ :|

Link to comment
بدي الكود حاهز يا

Mr,[C]oR

حاول على الاقل

الكود

local Key = "o" 
  
  
bindKey ( "F5", "down", function (    ) 
      guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة) ) 
      showCursor ( guiGetVisible ( اسم اللوحة) ) 
end ) 

وش فايدة المتغير Key الحين ؟ :|

بعد التعديل :arrow:

local key = "o" 
  
  
bindKey ( key, "down", function (    ) 
      guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة) ) 
      showCursor ( guiGetVisible ( اسم اللوحة) ) 
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...