godStats

From Crys, 10 Years ago, written in Lua, viewed 772 times.
URL https://paste.godclan.hu/view/iF4z-7IF Embed
Download Paste or View Raw
  1. GUIEditor_Window = {}
  2. GUIEditor_TabPanel = {}
  3. GUIEditor_Tab = {}
  4. GUIEditor_Button = {}
  5. GUIEditor_Label = {}
  6. GUIEditor_Grid = {}
  7.  
  8. GUIEditor_Window[1] = guiCreateWindow(672,196,719,577,"godStats",false)
  9. GUIEditor_TabPanel[1] = guiCreateTabPanel(13,27,691,506,false,GUIEditor_Window[1])
  10. GUIEditor_Tab[1] = guiCreateTab("Personal",GUIEditor_TabPanel[1])
  11. GUIEditor_Label[1] = guiCreateLabel(14,19,196,22,"Username:",false,GUIEditor_Tab[1])
  12. GUIEditor_Label[2] = guiCreateLabel(249,24,277,21,"valami",false,GUIEditor_Tab[1])
  13. GUIEditor_Tab[2] = guiCreateTab("Players",GUIEditor_TabPanel[1])
  14. GUIEditor_Grid[1] = guiCreateGridList(9,14,679,456,false,GUIEditor_Tab[2])
  15. guiGridListSetSelectionMode(GUIEditor_Grid[1],2)
  16. GUIEditor_Tab[3] = guiCreateTab("Maps",GUIEditor_TabPanel[1])
  17. GUIEditor_Grid[2] = guiCreateGridList(7,9,681,465,false,GUIEditor_Tab[3])
  18. guiGridListSetSelectionMode(GUIEditor_Grid[2],2)
  19. GUIEditor_Tab[4] = guiCreateTab("Tab",GUIEditor_TabPanel[1])
  20. GUIEditor_Button[1] = guiCreateButton(10,546,194,22,"Close window (F2)",false,GUIEditor_Window[1])
  21. GUIEditor_Button[2] = guiCreateButton(506,544,197,24,"Log out",false,GUIEditor_Window[1])

Reply to "godStats"

Here you can reply to the paste above