AhmeD~9MoD Posted May 22, 2013 Share Posted May 22, 2013 يا شباب ابغى الفنكشنات الي تخلي اللوحة تظهر ببطئ ؟؟ اتمنى فهمتو Link to comment
iPrestege Posted May 22, 2013 Share Posted May 22, 2013 -- # Client Side ! bindKey guiSetVisible showCursor isTimer setTimer guiSetAlpha guiGetAlpha Link to comment
AhmeD~9MoD Posted May 22, 2013 Author Share Posted May 22, 2013 -- # Client Side ! bindKey guiSetVisible showCursor isTimer setTimer guiSetAlpha guiGetAlpha شسالفة كثير فنكشنات Link to comment
iPrestege Posted May 22, 2013 Share Posted May 22, 2013 والله هذي المطلوبة و نسيت ذا : guiGetVisible :') Link to comment
AhmeD~9MoD Posted May 22, 2013 Author Share Posted May 22, 2013 والله هذي المطلوبة و نسيت ذا : guiGetVisible :') ههه زيادة بعد تسلم برستيج Link to comment
K1NG Posted May 22, 2013 Share Posted May 22, 2013 https://forum.multitheftauto.com/viewtopic.php?f=160&t=55600&p=537481#p537481 Link to comment
кιηg-αвα∂у Posted May 22, 2013 Share Posted May 22, 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
AhmeD~9MoD Posted May 23, 2013 Author Share Posted May 23, 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