TacToX Posted April 23, 2020 Share Posted April 23, 2020 (edited) عايز كود لما ادوس اي حرف مثلا f5 ما يفتحه فقط لا ابيه لما اشيل يدي عن الزر اللوحه تتشال ما ابيه يفضل مفتوح لحد ما ادوس الزر مره اخري ياريت تكونو فهمتوني Edited April 23, 2020 by Mohamed Hany Link to comment
-Ilker. Posted April 23, 2020 Share Posted April 23, 2020 اذا لوحتك دي اكس استخدم getKeyState اذا شيء ثاني bindKey("f5","up",......) Link to comment
TacToX Posted April 24, 2020 Author Share Posted April 24, 2020 On 23/04/2020 at 16:41, -Ilker. said: اذا لوحتك دي اكس استخدم getKeyState اذا شيء ثاني bindKey("f5","up",......) انت فاهمني غلط اصلا انا اقول زي زر ال تاب لما تدوس عليه يفتح التاب و لما تشيل يدك عن الزر التاب يتخفي مو قصدي حق فتح اللوحه Link to comment
-Ilker. Posted April 24, 2020 Share Posted April 24, 2020 فاهمك صح انا وهو الي انا معطيك طيب Link to comment
TacToX Posted April 24, 2020 Author Share Posted April 24, 2020 28 minutes ago, -Ilker. said: فاهمك صح انا وهو الي انا معطيك طيب الي انت عطيطهولي العادي لما تدوس يفتح اللوحه و لما تدوس يقفلها انا عايز زي نظام scoreboard Link to comment
-Ilker. Posted April 24, 2020 Share Posted April 24, 2020 انت لو تعرف للبرمجة راح تعرف وش اقصد بس فوق انا كاتب "up" بدلها ب "both" Link to comment
TacToX Posted April 24, 2020 Author Share Posted April 24, 2020 4 minutes ago, -Ilker. said: انت لو تعرف للبرمجة راح تعرف وش اقصد بس فوق انا كاتب "up" بدلها ب "both" انا كنت عاملها both من قبل ما ارفع للفورم و ما نجحت معي و قولت اكيد في امر تاني فـ رفعت هنا Link to comment
#\_oskar_/# Posted April 24, 2020 Share Posted April 24, 2020 bindKey ("tab","both",function (_, state) if state == "down" then guiSetVisible(window,true) else guiSetVisible(window,false ) end end) 1 Link to comment
Master_MTA Posted April 26, 2020 Share Posted April 26, 2020 On 24/04/2020 at 21:04, #\_oskar_/# said: bindKey ("tab","both",function (_, state) if state == "down" then guiSetVisible(window,true) else guiSetVisible(window,false ) end end) bindKey ("tab","both",function () guiSetVisible(window,not guiGetVisible(window) ) showCursor(guiGetVisible(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