مادري وش المششكلة لما سوين الويند
وسويت الميتا
هاكم الكود
GUIEditor = {
button = {},
window = {},
}
GUIEditor.window[1] = guiCreateWindow(559, 328, 225, 208, "لوحـــًـًـًــًة اسماء الادمنية", false)
guiWindowSetSizable(GUIEditor.window[1], false)
GUIEditor.button[1] = guiCreateButton(9, 21, 90, 67, "name admin", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[1], "sa-header")
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FF2F55CF")
GUIEditor.button[2] = guiCreateButton(126, 21, 89, 67, "name admin", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[2], "sa-gothic")
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FF2F55CF")
GUIEditor.button[3] = guiCreateButton(11, 133, 90, 66, "name admin", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[3], "sa-gothic")
GUIEditor.button[4] = guiCreateButton(131, 135, 84, 63, "name admin", false, GUIEditor.window[1])
guiSetFont(GUIEditor.button[4], "sa-gothic")
guiSetVisible (win, false)
function OpenWin()
if guiGetVisible ( win ) then
guiSetVisible ( win, false )
showCursor(false)
guiSetInputEnabled(false)
else
guiSetVisible ( win, true )
showCursor(true)
guiSetInputEnabled(true)
end
end
bindKey("F1", "down", OpenWin)