Search results

Jump to navigation Jump to search
  • ...dds two tabs to a "tabPanel" tabpanel, and adds some other gui elements to it. guiCreateLabel(0.02, 0.04, 0.94, 0.2, "This is information about the current map", true, t
    5 KB (524 words) - 17:16, 5 December 2016
  • *'''parent:''' the gui-element this scrollpane is attached to. By default, it is nil, meaning the widget is attached to the background. -- create a window and create a scrollpane on it
    2 KB (317 words) - 08:06, 30 October 2023
  • ...root element whenever the cursor is moved over the screen, by the player. It returns information about the world coordinates as well as the screen coord textLabel = guiCreateLabel( 0, .9, 1, .1, "X: -; Y: -", true );
    2 KB (251 words) - 05:58, 12 July 2023
  • Under /client/ directory, create a text file and name it "gui.lua". ...clude the new gui.lua file in the meta.xml of the main resource, and label it as a client script:
    12 KB (1,771 words) - 22:21, 5 November 2018
  • Returns a gui window element if it was created successfully, false otherwise. guiCreateLabel(0.02, 0.04, 0.94, 0.2, "Bu, mevcut harita hakkında bilgidir", true, tabMap
    5 KB (746 words) - 20:46, 9 August 2021
  • ...ity]] elements that were clicked. If the player clicked on no MTA element, it's set to false. ...osition of the element telling you what kind of element you have clicked. It hides after 5 seconds.
    5 KB (589 words) - 10:10, 13 May 2017
  • A címke létrehozásához a [[guiCreateLabel]]-t fogjuk használni: teleportLabel = guiCreateLabel(18,23,191,33,"Click a button to teleport to that location",false,teleportWi
    13 KB (1,992 words) - 08:28, 12 November 2018
  • ...] line in the "joinHandler" function in your code, as we will be replacing it with a GUI alternative in this tutorial)''. We'll also take a look at clien All the GUI must be made client-side. It is also a good practice to keep all the client scripts in a separate folder
    16 KB (2,481 words) - 12:19, 17 September 2023
  • ...item to scroll along the bottom of the screen, updating the news text once it has scrolled beyond the edge of the screen. -- also make it half the height of the gridlist, as half of the gridlist is off the bottom
    18 KB (2,936 words) - 22:39, 5 November 2018
  • ...hand, however, your choice of type depends on the situation you are using it for. guiCreateLabel(X, Y, Width, Height, "Username", true, wdwLogin)
    16 KB (2,457 words) - 12:11, 16 January 2022
  • guiCreateLabel(X, Y, Width, Height, "Username", true, wdwLogin) guiCreateLabel(X, Y, Width, Height, "Password", true, wdwLogin)
    15 KB (2,448 words) - 12:30, 30 June 2013
  • Under /client/ directory, create a text file and name it "gui.lua". ...clude the new gui.lua file in the meta.xml of the main resource, and label it as a client script:
    16 KB (2,477 words) - 13:47, 8 November 2018
  • ...item to scroll along the bottom of the screen, updating the news text once it has scrolled beyond the edge of the screen. -- also make it half the height of the gridlist, as half of the gridlist is off the bottom
    19 KB (3,117 words) - 21:24, 26 December 2018
  • keypadLabelDisplay = guiCreateLabel(14,26,115,30,"Enter Keycode.",false,keypadWindow) -- if its a digit or * or #, then append it to the end of the display
    16 KB (2,326 words) - 12:03, 26 November 2018
  • guiCreateLabel(X, Y, Width, Height, "Username", true, wdwLogin) guiCreateLabel(X, Y, Width, Height, "Password", true, wdwLogin)
    17 KB (2,537 words) - 13:25, 7 July 2022
  • guiCreateLabel(X, Y, wSzelesseg , wMagassag , "Felhasználónév", true, wdwLogin) guiCreateLabel(X, Y, wSzelesseg, wMagassag, "Jelszó", true, wdwLogin)
    17 KB (2,820 words) - 18:33, 18 November 2018
  • guiCreateLabel(X, Y, Width, Height, "Usuario", true, wdwLogin) guiCreateLabel(X, Y, Width, Height, "Contraseña", true, wdwLogin)
    17 KB (2,599 words) - 20:41, 7 April 2014
  • guiCreateLabel(x, y, largura, altura, "Usuário:", true, wdwLogin) guiCreateLabel(x, y, largura, altura, "Senha:", true, wdwLogin)
    17 KB (2,762 words) - 06:17, 21 October 2015
  • rulesLabel = guiCreateLabel(10,25,425,359,[[ -- this turns on wordwrap so if your text goes over the edge of the label, it will wrap around and start a new line automatically
    17 KB (2,784 words) - 12:50, 13 May 2019
  • guiCreateLabel(X, Y, Width, Height, "Имя", true, wdwLogin) guiCreateLabel(X, Y, Width, Height, "Пароль", true, wdwLogin)
    25 KB (574 words) - 09:38, 26 April 2020
View ( | ) (20 | 50 | 100 | 250 | 500)