GUIEditor = {
button = {},
window = {},
label = {}
}
addEventHandler("onClientResourceStart", resourceRoot,
function()
GUIEditor.window[1] = guiCreateWindow(1017, 215, 253, 371, "Policja", false)
guiWindowSetSizable(GUIEditor.window[1], false)
GUIEditor.button[1] = guiCreateButton(29, 219, 192, 121, "Rozpocznij/Zako?cz Prace", false, GUIEditor.window[1])
GUIEditor.label[1] = guiCreateLabel(33, 80, 188, 85, " Wydzia? Prewerencyjny", false, GUIEditor.window[1])
end
)