-------------------------
--Zmienne
local screenW, screenH = guiGetScreenSize()
-------------------------
--Gui
addEventHandler("onClientRender", resourceRoot,
function()
bg = guiCreateStaticImage((screenW - 359) / 2, (screenH - 426) / 2, 359, 426, "files/img/dot_white.png", false)
guiSetProperty(bg, "ImageColours", "tl:FF191919 tr:FF191919 bl:FF191919 br:FF191919")
GUIEditor.staticimage[1] = guiCreateStaticImage(-3, 416, 363, 10, ":guieditor/images/dot_white.png", false, bg)
guiSetProperty(GUIEditor.staticimage[1], "ImageColours", "tl:FFFEA31F tr:FFFEA31F bl:FFFEA31F br:FFFEA31F")
GUIEditor.staticimage[2] = guiCreateStaticImage(46, 14, 278, 96, ":guieditor/images/examples/mtalogo.png", false, bg)
login = guiCreateEdit(0.13, 0.36, 0.79, 0.10, "", true, bg)
GUIEditor.edit[1] = guiCreateEdit(0.13, 0.56, 0.79, 0.10, "", true, bg)
GUIEditor.staticimage[4] = guiCreateStaticImage(48, 322, 280, 42, ":guieditor/images/dx_elements/slider_pointer.png", false, bg)
guiSetProperty(GUIEditor.staticimage[4], "ImageColours", "tl:FFFEA31F tr:FFFEA31F bl:FFFEA31F br:FFFEA31F")
end
)