Jump to content

طلب كود


charaf12

Recommended Posts

Posted

السلام عليك

انا مسوي لوحة ببرنامج guieditor

ابي كود فتح اللوحة بزر معين

Scripting Level 38%

My SeRvEr : [Gta-GN] - [-TG-]

Good Bye

Posted
bindKey("اسم الزر", "down", 
function() 
    guiSetVisible(اسم النافذه, not guiGetVisible(اسم النافذه)) 
    showCursor(guiGetVisible(اسم النافذه)) 
end) 

ينقل الى قسم البرمجة

CiTLh.png
Posted
        guiSetVisible (اسم النافذة, false)   
function OpenWin() 
    if guiGetVisible (  
  
اسم النافذة ) then 
       guiSetVisible (  
  
اسم النافذة, false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (  
  
اسم النافذة, true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("اسم الزر", "down", OpenWin) 
  

https://sphinx4host.net
أفضل وأرخص موقع لبيع الخوادم وسيرفرات الألعاب وشحن البنوك الإلكترونية
شهادة أمان _
موثوق

Posted
        guiSetVisible (اسم النافذة, false)   
function OpenWin() 
    if guiGetVisible (  
  
اسم النافذة ) then 
       guiSetVisible (  
  
اسم النافذة, false ) 
       showCursor(false) 
       guiSetInputEnabled(false) 
    else 
        guiSetVisible (  
  
اسم النافذة, true ) 
        showCursor(true) 
        guiSetInputEnabled(true) 
  
    end 
end 
bindKey("اسم الزر", "down", OpenWin) 
  

bindKey("اسم الزر", "down", 
function() 
    guiSetVisible(اسم النافذه, not guiGetVisible(اسم النافذه)) 
    showCursor(guiGetVisible(اسم النافذه)) 
end) 

ينقل الى قسم البرمجة

Sha67 سابقاً

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