PaiN^ Posted March 18, 2013 Share Posted March 18, 2013 السلام عليكم تظهر بشويش \ تختفي بشويش GUI يا إخوان أبي الكود إللي يخلي نافذة ! زي مود الشات الخاص وشكراً Link to comment
فاّرس Posted March 18, 2013 Share Posted March 18, 2013 (edited) السلام عليكم تظهر بشويش \ تختفي بشويش 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 March 18, 2013 by Guest Link to comment
AboShanab Posted March 18, 2013 Share Posted March 18, 2013 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
فاّرس Posted March 18, 2013 Share Posted March 18, 2013 (edited) 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 اها Edited August 12, 2013 by Guest Link to comment
PaiN^ Posted March 18, 2013 Author Share Posted March 18, 2013 s: بس كذا راح يصير لآق, في 10 تايمرات تقريباً Link to comment
iPrestege Posted March 18, 2013 Share Posted March 18, 2013 ابحث بالقسم بتحصل واحد قريب من اسامة # ==================================== -- 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
PaiN^ Posted March 18, 2013 Author Share Posted March 18, 2013 !مشكوررين الكل, تمت الإفادة Link to comment
iPrestege Posted March 18, 2013 Share Posted March 18, 2013 ذذ العفو | الكود لاسامةة # Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now