RoMaNd! Posted January 26, 2014 Share Posted January 26, 2014 السلام عليكم ورحمة الله وبركاته ابي كود لما تفتح اللوحة تجي بحححركةة Link to comment
!#NssoR_) Posted January 26, 2014 Share Posted January 26, 2014 فيه مود الاخ بن يسهل عليك https://forum.multitheftauto.com/viewtopic.php?f=161&t=64607 Link to comment
aL.Kfo Posted January 27, 2014 Share Posted January 27, 2014 ذأ الكود محـصلةة زمـأن في المنتدى مدري يـ مين بألضبط يمقن يفيدكك 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 if ( isTimer ( TheFadeTimer2 ) ) then return end TheFadeTimer2 = setTimer ( function ( ) Alpha = guiGetAlpha ( Wnd ) guiSetAlpha ( Wnd, Alpha + 0.05 ) end, 50, 20) guiSetVisible( Wnd, true ) guiSetAlpha ( Wnd, 0 ) showCursor ( true ) guiSetInputEnabled ( true ) end end ) بدل كل Wnd ب اسم الزر Link to comment
فاّرس Posted January 27, 2014 Share Posted January 27, 2014 ^ هذا يخلي النافذه تطلع وتختفي على خفيف interpolateBetween اظن هو يقصد يبي النافذه تجي من اليمين لليسار او تجي صغيره ثم تكبر , ومود بين اسهل ومختصر للي ما يعرف للـ ... لأنها مو بس للنوافذ , تقدر تستخدمها مع الماركرات والكاميرا interpolateBetween مع اني افضل انه يتعلم لـ Link to comment
Do_De<3 Posted January 27, 2014 Share Posted January 27, 2014 اممم حمل المود ذآ [url=https://community.multitheftauto.com/index.php?p=resources&s=details&id=]https://community.multitheftauto.com/in ... etails&id=[/url]7812 وركبهه في سيرفرك وشغلهه وروح للمود الي تبي تحرك النافذهه لهه وحط الكود ذآ اخر شي function guiAddInterpolateEffect( ... ) return call( getResourceFromName( "GIE" ), "guiAddInterpolateEffect", unpack( { ... } ) ) end وهذآ الكود حطهه في كود فتح النافذهه guiAddInterpolateEffect( GUIEditor.window[1], 4, 4, 96, 56, 194, 123, 400, 375, 3 , "Linear", "Linear", true ) وحط حجم النافذهه وطولهآ وكذآ مثل : ) function guiAddInterpolateEffect( ... ) return call( getResourceFromName( "GIE" ), "guiAddInterpolateEffect", unpack( { ... } ) ) end function OpenWin() if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) showCursor(false) guiSetInputEnabled(false) else guiSetVisible ( GUIEditor.window[1], true ) showCursor(true) guiSetInputEnabled(true) guiAddInterpolateEffect( GUIEditor.window[1], 4, 4, 96, 56, 194, 123, 400, 375, 3 , "Linear", "Linear", true ) end end bindKey("F1", "down", OpenWin) يكون كذآ : *) اتمنى افدتكك : ) 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