[KilleR] Posted July 7, 2016 Share Posted July 7, 2016 السلام عليكم ورحمه الله وبركاته انا سويت لوحه فيها قريد ليست يجيب الي معه رتبه admin المهم برمجتها ومالكم بالطويله وماتشتغل المشكله -- GUIEditor.window[1] - ذا الكود حطيته تحت كود الوندو guiSetVisible (GUIEditor.window[1], false) وذا تحت اكواد اللوحه bindKey("F2", "down") function() 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) end end) Link to comment
SaedAmer Posted July 7, 2016 Share Posted July 7, 2016 دي حطها قبل الوحة اول سطر -- Client Side local key = "f2" و دي بعد الوحة function Show_Hide() if guiGetVisible(GUIEditor.window[1]) == false then guiSetVisible(GUIEditor.window[1], true) showCursor(true) else guiSetVisible(GUIEditor.window[1], false) showCursor(false) end end bindKey(key,"down",Show_Hide) Link to comment
Ahmed Ly Posted July 7, 2016 Share Posted July 7, 2016 function open () 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) end end bindKey("F2", "down",open) Link to comment
[KilleR] Posted July 7, 2016 Author Share Posted July 7, 2016 تحت ال ويندو ولا تحت اكواد اللوحه اذا تحت اكواد اللوحه جربت ولم يزبط Link to comment
SaedAmer Posted July 7, 2016 Share Posted July 7, 2016 تحت ال ويندو ولا تحت اكواد اللوحهاذا تحت اكواد اللوحه جربت ولم يزبط اطرح الكلنت بدون الوحة Link to comment
[KilleR] Posted July 7, 2016 Author Share Posted July 7, 2016 ^^^^ المشكله : فيه اخطاء بالكودات الي يبي الاكواد بطقه له على الخاص - فيه بعض الناس مسجله عشان تاخذ والعياذ بالله 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