--[[ Prawa autorskie nadane przez xDanioPLx ]]--
--[[ Zakaz usuwania Autora ]]--
GUIEditor = {
gridlist = {},
window = {},
button = {},
memo = {}
}
local screenW, screenH = guiGetScreenSize()
GUIEditor.window[1] = guiCreateWindow(10, (screenH - 560) / 2, 773, 560, "Konto Premium by xDanioPLx", false)
guiWindowSetSizable(GUIEditor.window[1], false)
guiSetAlpha(GUIEditor.window[1], 1.00)
guiSetProperty(GUIEditor.window[1], "CaptionColour", "FFF3F608")
GUIEditor.button[1] = guiCreateButton(496, 40, 254, 74, "Z?oty NameTag", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[1], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[2] = guiCreateButton(496, 183, 254, 74, "Zatankuj Pojazd", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[2], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[3] = guiCreateButton(496, 342, 254, 74, "Daj ?ycie", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[3], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[4] = guiCreateButton(496, 474, 254, 74, "Daj Kamizelke", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[4], "NormalTextColour", "C8FFFFFF")
GUIEditor.button[5] = guiCreateButton(76, 474, 254, 74, "Napraw Pojazd", false, GUIEditor.window[1])
guiSetProperty(GUIEditor.button[5], "NormalTextColour", "C8FFFFFF")
GUIEditor.memo[1] = guiCreateMemo(0.04, 0.08, 0.45, 0.71, "", true, GUIEditor.window[1])
guiMemoSetReadOnly(GUIEditor.memo[1], true)
GUIEditor.memo[2] = guiCreateMemo(23, 17, 232, 292, "Konta Premium|Online", false, GUIEditor.memo[1])
GUIEditor.gridlist[1] = guiCreateGridList(1, 24, 231, 15, false, GUIEditor.memo[2])