Jump to content

! إخفاء و إظهار النوافذ


PaiN^

Recommended Posts

السلام عليكم

تظهر بشويش \ تختفي بشويش GUI يا إخوان أبي الكود إللي يخلي نافذة

! زي مود الشات الخاص

وشكراً

Edit :

معليش نسيت الاختفاء,,

function show() 
    guiSetVisible(win, not guiGetVisible(win)) 
    showCursor(guiGetVisible(win)) 
end 
bindKey ("F2", "down", show) 
setTimer(function() 
        guiSetVisible (win, true) 
end 
end,100,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(0.1) ) 
end,200,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(0.2) ) 
        end,300,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(0.3) ) 
        end,400,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(0.4) ) 
        end,500,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(0.5) ) 
        end,600,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(0.6) ) 
        end,700,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(0.7) ) 
        end,800,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(0.9) ) 
        end,1000,1,true) 
setTimer(function() 
        guiSetAlpha ( win, tonumber(1) ) 
        end,1000,1,true) 
  
function Closing() 
  setTimer(function() 
    guiSetAlpha(win, tonumber(0.9)) 
   end, 500, 1, true)     
  setTimer(function() 
    guiSetAlpha(win, tonumber(0.7)) 
   end, 700, 1, true) 
  
  setTimer(function() 
    guiSetAlpha(win, tonumber(0.6)) 
   end, 800, 1, true) 
  
  setTimer(function() 
    guiSetAlpha(win, tonumber(0.5)) 
   end, 900, 1, true) 
  
  setTimer(function() 
    guiSetAlpha(win, tonumber(0.4)) 
   end, 1000, 1, true) 
  setTimer(function() 
    guiSetAlpha(win, tonumber(0.3)) 
   end, 1100, 1, true) 
  setTimer(function() 
    guiSetAlpha(win, tonumber(0.2)) 
   end, 1200, 1, true) 
  setTimer(function() 
    guiSetAlpha ( windowLogin, tonumber (0.1) ) 
    guiSetVisible ( win, false ) 
   end, 1300, 1, true) 
    
end  

Edited by Guest
Link to comment

  
bindKey("F2","Down",function() 
if guiGetVisible(GUIEditor.window[1]) == true then 
guiSetVisible(GUIEditor.window[1],false) 
showCursor(false) 
guiSetInputEnabled(false) 
elseif guiGetVisible(GUIEditor.window[1]) == false then 
guiSetVisible(GUIEditor.window[1],true) 
showCursor(true) 
guiSetInputEnabled(true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0) ) 
guiSetVisible (GUIEditor.window[1], true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.1) ) 
end,200,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.2) ) 
end,300,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.3) ) 
end,400,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.4) ) 
end,500,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.5) ) 
end,600,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.6) ) 
end,700,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.7) ) 
end,800,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0. ) 
end,900,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.9) ) 
end,1000,1,true) 
end,100,1,true) 
end 
end) 
  

ججربه وككلمني

@TheBest

فيه تضضارب بـ لغة Lua جرب

Code

Link to comment
  
bindKey("F2","Down",function() 
if guiGetVisible(GUIEditor.window[1]) == true then 
guiSetVisible(GUIEditor.window[1],false) 
showCursor(false) 
guiSetInputEnabled(false) 
elseif guiGetVisible(GUIEditor.window[1]) == false then 
guiSetVisible(GUIEditor.window[1],true) 
showCursor(true) 
guiSetInputEnabled(true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0) ) 
guiSetVisible (GUIEditor.window[1], true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.1) ) 
end,200,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.2) ) 
end,300,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.3) ) 
end,400,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.4) ) 
end,500,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.5) ) 
end,600,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.6) ) 
end,700,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.7) ) 
end,800,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0. ) 
end,900,1,true) 
setTimer(function() 
guiSetAlpha ( GUIEditor.window[1], tonumber(0.9) ) 
end,1000,1,true) 
end,100,1,true) 
end 
end) 
  

ججربه وككلمني

@TheBest

فيه تضضارب بـ لغة Lua جرب

Code

اها 8)

Edited by Guest
Link to comment

ابحث بالقسم بتحصل واحد قريب من اسامة #

====================================

-- Client Side !
bindKey ( "الزر", "down", 
    function ( ) 
        if ( guiGetVisible ( Wnd ) == true ) then 
            if ( isTimer ( TheFadeTimer ) ) then return end 
            showCursor ( false ) 
            guiSetInputEnabled ( false ) 
            guiSetAlpha ( Wnd, 1 ) 
            TheFadeTimer = setTimer ( function ( ) 
                Alpha = guiGetAlpha ( Wnd ) 
                guiSetAlpha ( Wnd, Alpha - 0.05 ) 
            end, 50, 20) 
            setTimer ( guiSetVisible, 1000, 1, Wnd, false ) 
        else 
            guiSetVisible ( Wnd, true ) 
            guiSetAlpha ( Wnd, 1 ) 
            showCursor ( true ) 
            guiSetInputEnabled ( true ) 
        end 
    end 
) 

الإستبدآل ,

السطر الثالث + السابع + التاسع + العاشر + الثاني عشر ( 12 ) + الرابع عشر ( 14 ) + الخامس عشر ( 15 ) ذذ ,

Wnd = اسم النافذة #

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