ivor Posted May 24, 2016 Share Posted May 24, 2016 السلام عليكم انا مسوي لوحة سبورت بس لما يضغط ع اللوحة او القريد الماوس يختفي ماعدا لما يضغط ع الايديت بوكس وهاد الكود حق فتح اللوحة function Show_Support() if guiGetVisible(wnd) == true then guiSetVisible(wnd, false) guiSetVisible(Rules_Window, false) guiSetVisible(Mute_Window, false) guiSetInputEnabled(false) elseif not isCursorShowing () then guiSetVisible(wnd, true) guiSetInputEnabled(true) end end bindKey("K", "down", Show_Support) Link to comment
ivor Posted May 24, 2016 Author Share Posted May 24, 2016 اين انتم ي عباقرة المنتدي ؟ Link to comment
Me[Z]oO Posted May 24, 2016 Share Posted May 24, 2016 اين انتم ي عباقرة المنتدي ؟ صبر Link to comment
Me[Z]oO Posted May 24, 2016 Share Posted May 24, 2016 function Show_Support() if guiGetVisible(wnd) == true then guiSetVisible(wnd, false) guiSetVisible(Rules_Window, false) guiSetVisible(Mute_Window, false) guiSetInputEnabled(false) showCursor(false) else guiSetVisible(wnd, true) guiSetInputEnabled(true) showCursor(true) end end bindKey("K", "down", Show_Support) لو ركزت شوي بتحلها -,- Link to comment
ivor Posted May 24, 2016 Author Share Posted May 24, 2016 مشكلة جديده لما ادوس اغلاق مايختفي الماوس Link to comment
Me[Z]oO Posted May 24, 2016 Share Posted May 24, 2016 مشكلة جديده لما ادوس اغلاق مايختفي الماوس هات حدث الضغط علي زر مانك طارحو Link to comment
ivor Posted May 24, 2016 Author Share Posted May 24, 2016 if source == Button_Close then guiSetVisible(wnd, false) guiSetVisible(Rules_Window, false) guiSetInputEnabled(false) ماطلبت انت Link to comment
Me[Z]oO Posted May 24, 2016 Share Posted May 24, 2016 if source == Button_Close then guiSetVisible(wnd, false) showCursor(false) guiSetVisible(Rules_Window, false) guiSetInputEnabled(false) 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