Rm-Dj Posted March 12, 2013 Share Posted March 12, 2013 (edited) سلالام علكيم شباب بغيت الكود الي يخلي مثلا سويت نافذه وابي لما اسكرها ابيها تتسكر بـ شويش بغيت هل كود وان شالله فهمتوني Edited March 13, 2013 by Guest Link to comment
xX|KeMo|Xx Posted March 12, 2013 Share Posted March 12, 2013 حط الكود حق الفتح والاغلاق حقك وبضيف عليه الكود Link to comment
iMr.Dawix~# Posted March 12, 2013 Share Posted March 12, 2013 setTimer guiSetAlpha guiSetVisible Link to comment
PaiN^ Posted March 12, 2013 Share Posted March 12, 2013 .. bindKey فيه الكود إللي طلبته, بس عدل التايمر و إسمـ النافذة وسويلها زر guiGetAlpha مثال الويكي حق Link to comment
X-SHADOW Posted March 12, 2013 Share Posted March 12, 2013 OR! He Means anime he Must Use the anime code i dont know how made it ... Link to comment
Rm-Dj Posted March 12, 2013 Author Share Posted March 12, 2013 لم افهم شي عطونا الكود طيب Link to comment
кιηg-αвα∂у Posted March 12, 2013 Share Posted March 12, 2013 bindKey ( "F2",'down',function() if guiGetVisible(GUIEditor_Window[1]) == true then showCursor(false) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.9) ) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.8 ) ) end,200,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.7) ) end,300,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.6) ) end,400,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.5) ) end,500,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.4) ) end,600,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.3) ) end,700,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.2) ) end,800,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.1) ) end,900,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0) ) guiSetVisible (GUIEditor_Window[1], false) guiSetInputEnabled(false) end,1000,1,true) end,100,1,true) elseif guiGetVisible(GUIEditor_Window[1]) == false then 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.-- s8) --> ) end,900,1,true) setTimer(function() guiSetAlpha ( GUIEditor_Window[1], tonumber(0.9) ) end,1000,1,true) end,100,1,true) end end) Link to comment
PaiN^ Posted March 12, 2013 Share Posted March 12, 2013 @KING-ABADY : ! كودكـ راح يسبب لآق قوي Link to comment
кιηg-αвα∂у Posted March 12, 2013 Share Posted March 12, 2013 ليه ؟؟ التايمر يسبب لاق؟ Link to comment
PaiN^ Posted March 12, 2013 Share Posted March 12, 2013 التايمر لحاله ما يسبب لآق, لكن كثرته ورا بعض تسبب لآق, وكودكـ فيه تقريباً 10 تايمرآت لمن تفتح النافذة و 10 لمن تقفلها Link to comment
===|OSAMA|=== Posted March 12, 2013 Share Posted March 12, 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
Rm-Dj Posted March 12, 2013 Author Share Posted March 12, 2013 (edited) Thnks Edited March 13, 2013 by Guest Link to comment
iMr.Dawix~# Posted March 13, 2013 Share Posted March 13, 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