Re: Untitled

From Violet Curlew, 11 Years ago, written in Plain Text, viewed 1'054 times. This paste will kick the bucket in 1 Second. This paste is a reply to Untitled from Beefy Leopard - view diff
URL https://paste.godclan.hu/view/UgQmhPHy Embed
Download Paste or View Raw
  1. GUIEditor = {
  2.     combobox = {},
  3.     button = {},
  4.     scrollbar = {},
  5.     window = {},
  6. }
  7. addEventHandler("onClientResourceStart", resourceRoot,
  8.     function()
  9.         GUIEditor.window[1] = guiCreateWindow(1319, 526, 535, 314, "Gladiators Of Darkness Admin Panel", false)
  10.         guiWindowSetMovable(GUIEditor.window[1], false)
  11.         guiWindowSetSizable(GUIEditor.window[1], false)
  12.         guiSetProperty(GUIEditor.window[1], "Size", "w:535.000000 h:314.000000")
  13.  
  14.         GUIEditor.button[1] = guiCreateButton(10, 31, 93, 18, "Jatekosok", false, GUIEditor.window[1])
  15.         guiSetProperty(GUIEditor.button[1], "NormalTextColour", "FFAAAAAA")
  16.         GUIEditor.button[2] = guiCreateButton(113, 31, 93, 18, "Ban-Kezelö", false, GUIEditor.window[1])
  17.         guiSetProperty(GUIEditor.button[2], "NormalTextColour", "FFAAAAAA")
  18.         GUIEditor.button[3] = guiCreateButton(216, 31, 93, 18, "Mapok", false, GUIEditor.window[1])
  19.         guiSetProperty(GUIEditor.button[3], "NormalTextColour", "FFAAAAAA")
  20.         GUIEditor.button[4] = guiCreateButton(319, 31, 93, 18, "Resources", false, GUIEditor.window[1])
  21.         guiSetProperty(GUIEditor.button[4], "NormalTextColour", "FFAAAAAA")
  22.         GUIEditor.button[5] = guiCreateButton(422, 31, 93, 18, "Beallitasok", false, GUIEditor.window[1])
  23.         guiSetProperty(GUIEditor.button[5], "NormalTextColour", "FFAAAAAA")
  24.         GUIEditor.scrollbar[1] = guiCreateScrollBar(10, 293, 516, 12, true, false, GUIEditor.window[1])
  25.         guiScrollBarSetScrollPosition(GUIEditor.scrollbar[1], 100.0)
  26.         GUIEditor.combobox[1] = guiCreateComboBox(351, 79, 174, 22, "", false, GUIEditor.window[1])    
  27.     end
  28. )

Reply to "Re: Untitled"

Here you can reply to the paste above