Search the Community
Showing results for tags 'مشكلة إختفاء النافذة'.
-
السلام عليكم انا عندي مشكلة بنافذة ال Window ماتظهر حاولت اسويها ماقدرت ضفت كود guiSetVisible (GUIEditor.window[1], false ) لكن ماقدرت اسويها ابيكم تساعدوني لاهنتم :* الكلينت : GUIEditor = { button = {}, window = {}, label = {} } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(379, 153, 521, 466, "Quran Mode", false) guiSetVisible (GUIEditor.window[1], false ) -- حطيته ترو وفولز ولم تضبط guiWindowSetSizable(GUIEditor.window[1], false) GUIEditor.button[1] = guiCreateButton(181, 115, 188, 55, "Bakra", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF15E929") GUIEditor.button[2] = guiCreateButton(181, 225, 188, 55, "Al-Khf", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF15E929") GUIEditor.button[3] = guiCreateButton(177, 341, 188, 55, "Al-Ankbot", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FF15E929") GUIEditor.label[1] = guiCreateLabel(411, 422, 96, 19, "By kokoseda", false, GUIEditor.window[1]) GUIEditor.label[2] = guiCreateLabel(40, 424, 96, 19, "v 1.0.0", false, GUIEditor.window[1]) end function sound ()-- سويت للزر الاول لكن ماضبط ،، راح اسوي فنكشنات ثانيه واسوي الازرار الي بعدها if GUIEditor.button[1] then playSound ( http://b.top4top.net/d_a2c43d30dc1.mp3 , [throttled = true ] ) end end addEventHandler( "onClientGUIClick", sound ) 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) end end bindKey("F12", "down", OpenWin)--???? ???
- 17 replies
-
- hide window problem
- مشكلة إختفاء النافذة
-
(and 1 more)
Tagged with: