GUIEditor = { combobox = {}, button = {}, scrollbar = {}, window = {}, } addEventHandler("onClientResourceStart", resourceRoot, function() GUIEditor.window[1] = guiCreateWindow(1319, 526, 535, 314, "Gladiators Of Darkness Admin Panel", false) guiWindowSetMovable(GUIEditor.window[1], false) guiWindowSetSizable(GUIEditor.window[1], false) guiSetProperty(GUIEditor.window[1], "Size", "w:535.000000 h:314.000000") GUIEditor.button[1] = guiCreateButton(10, 31, 93, 18, "Jatekosok", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA") GUIEditor.button[2] = guiCreateButton(113, 31, 93, 18, "Ban-Kezelö", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA") GUIEditor.button[3] = guiCreateButton(216, 31, 93, 18, "Mapok", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA") GUIEditor.button[4] = guiCreateButton(319, 31, 93, 18, "Resources", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA") GUIEditor.button[5] = guiCreateButton(422, 31, 93, 18, "Beallitasok", false, GUIEditor.window[1]) guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA") GUIEditor.scrollbar[1] = guiCreateScrollBar(10, 293, 516, 12, true, false, GUIEditor.window[1]) guiScrollBarSetScrollPosition(GUIEditor.scrollbar[1], 100.0) GUIEditor.combobox[1] = guiCreateComboBox(351, 79, 174, 22, "", false, GUIEditor.window[1]) end )