GUIEditor_Window = {} GUIEditor_TabPanel = {} GUIEditor_Tab = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Grid = {} GUIEditor_Window[1] = guiCreateWindow(672,196,719,577,"godStats",false) GUIEditor_TabPanel[1] = guiCreateTabPanel(13,27,691,506,false,GUIEditor_Window[1]) GUIEditor_Tab[1] = guiCreateTab("Personal",GUIEditor_TabPanel[1]) GUIEditor_Label[1] = guiCreateLabel(14,19,196,22,"Username:",false,GUIEditor_Tab[1]) GUIEditor_Label[2] = guiCreateLabel(249,24,277,21,"valami",false,GUIEditor_Tab[1]) GUIEditor_Tab[2] = guiCreateTab("Players",GUIEditor_TabPanel[1]) GUIEditor_Grid[1] = guiCreateGridList(9,14,679,456,false,GUIEditor_Tab[2]) guiGridListSetSelectionMode(GUIEditor_Grid[1],2) GUIEditor_Tab[3] = guiCreateTab("Maps",GUIEditor_TabPanel[1]) GUIEditor_Grid[2] = guiCreateGridList(7,9,681,465,false,GUIEditor_Tab[3]) guiGridListSetSelectionMode(GUIEditor_Grid[2],2) GUIEditor_Tab[4] = guiCreateTab("Tab",GUIEditor_TabPanel[1]) GUIEditor_Button[1] = guiCreateButton(10,546,194,22,"Close window (F2)",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(506,544,197,24,"Log out",false,GUIEditor_Window[1])