charaf12 Posted February 5, 2014 Share Posted February 5, 2014 اريد فنكشات او ويكي صناعة لوحة تفتح بزر وشكرا Link to comment
al-Kobra Posted February 5, 2014 Share Posted February 5, 2014 (edited) Gui Editor يسوي اللوحة لوول واذا تقصد انها تفتح بزر function openWnd () guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة ) ) showCursor ( guiGetVisible ( اسم اللوحة ) ) end bindKey ("اسم الزر الا يفتح","down",openWnd) جرب Edited February 5, 2014 by Guest Link to comment
#DRAGON!FIRE Posted February 5, 2014 Share Posted February 5, 2014 bindKey guiSetVisible showCursor Link to comment
jafar Posted February 5, 2014 Share Posted February 5, 2014 Gui Editor يسوي اللوحة لوولواذا تقصد انها تفتح بزر function openWnd () if source == "اسم الزر" then guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة ) ) showCursor ( not isCursorShowing ( localPlayer ) end end ) جرب للعلم المتغيرات ماتجي string "" Link to comment
jafar Posted February 5, 2014 Share Posted February 5, 2014 عكس القيمة , يعني إذا كان true يخليه false Link to comment
HomeBoy Posted February 5, 2014 Share Posted February 5, 2014 عكس القيمة , يعني إذا كان true يخليه false يسلمو Link to comment
#DRAGON!FIRE Posted February 5, 2014 Share Posted February 5, 2014 Gui Editor يسوي اللوحة لوولواذا تقصد انها تفتح بزر function openWnd () if source == اسم الزر then guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة ) ) showCursor ( not isCursorShowing ( ) ) end end bindKey ("اسم الزر الا يفتح","down",openWnd) جرب الكود غلط . bindKey ( "Key Name", "down", function( ) guiSetVisible ( Your window, not guiGetVisible ( Your window ) ) showCursor ( guiGetVisible ( Your window ) ) end ) Link to comment
al-Kobra Posted February 5, 2014 Share Posted February 5, 2014 Gui Editor يسوي اللوحة لوولواذا تقصد انها تفتح بزر function openWnd () if source == اسم الزر then guiSetVisible ( اسم اللوحة, not guiGetVisible ( اسم اللوحة ) ) showCursor ( not isCursorShowing ( ) ) end end bindKey ("اسم الزر الا يفتح","down",openWnd) جرب الكود غلط . bindKey ( "Key Name", "down", function( ) guiSetVisible ( Your window, not guiGetVisible ( Your window ) ) showCursor ( guiGetVisible ( Your window ) ) end ) تم التعديل ,,"مانتبهت للتحقق مال الزر" 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