GUIEditor_Window = {} GUIEditor_Button = {} GUIEditor_Label = {} GUIEditor_Edit = {} GUIEditor_Window[1] = guiCreateWindow(419,326,350,191,"godStats Login",false) GUIEditor_Label[1] = guiCreateLabel(16,32,324,33,"Please log in using your account previously registered on http://godclan.hu if you want your statistics to be saved",false,GUIEditor_Window[1]) guiLabelSetHorizontalAlign(GUIEditor_Label[1],"left",true) guiSetFont(GUIEditor_Label[1],"default-bold-small") GUIEditor_Label[2] = guiCreateLabel(16,80,68,18,"Username:",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Label[2],"default-bold-small") GUIEditor_Label[3] = guiCreateLabel(16,116,65,17,"Password:",false,GUIEditor_Window[1]) guiSetFont(GUIEditor_Label[3],"default-bold-small") GUIEditor_Edit[1] = guiCreateEdit(99,76,165,24,"aasdsada",false,GUIEditor_Window[1]) GUIEditor_Edit[2] = guiCreateEdit(99,108,165,24,"aasdsada",false,GUIEditor_Window[1]) guiSetProperty(GUIEditor_Edit[2],"MaskText","true") GUIEditor_Button[1] = guiCreateButton(28,159,120,23,"Log in",false,GUIEditor_Window[1]) GUIEditor_Button[2] = guiCreateButton(167,159,155,22,"Play without stats",false,GUIEditor_Window[1])