GUIEditor = {
button = {},
window = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
function()
GUIEditor.window[1] = guiCreateWindow(367, 238, 1193, 552, "Panel Informacyjny", false)
guiWindowSetSizable(GUIEditor.window[1], false)
GUIEditor.button[1] = guiCreateButton(9, 1, 15, 15, "", false, GUIEditor.window[1])
GUIEditor.button[2] = guiCreateButton(9, 24, 154, 37, "Administracja", false, GUIEditor.window[1])
GUIEditor.button[3] = guiCreateButton(9, 71, 154, 37, "Bindy", false, GUIEditor.window[1])
GUIEditor.button[4] = guiCreateButton(9, 118, 154, 37, "Komedy", false, GUIEditor.window[1])
GUIEditor.button[5] = guiCreateButton(9, 165, 154, 37, "Frakcje", false, GUIEditor.window[1])
GUIEditor.button[6] = guiCreateButton(9, 212, 154, 37, "Podania", false, GUIEditor.window[1])
GUIEditor.button[7] = guiCreateButton(9, 259, 154, 37, "Ikony na mapie", false, GUIEditor.window[1])
end
)