Search results

Jump to navigation Jump to search
  • element guiCreateLabel ( float x, float y, float width, float height, string text, [ bool relative Returns an [[GUI_widgets|element]] of the created label if it was successfully created, false otherwise.
    4 KB (546 words) - 08:10, 30 October 2023
  • * '''label''': The label you want to add effects to it. nlab[1] = guiCreateLabel(position[1] + 1, position[2] + 1, size[1] + 1, size[2] + 1, guiGetText(labe
    3 KB (320 words) - 18:25, 30 April 2018
  • ...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,tabMap)
    2 KB (222 words) - 08:10, 30 October 2023
  • element guiCreateLabel ( float x, float y, float width, float height, string text, bool relative, guiCreateLabel(0.02,0.04,0.94,0.2,"This is information about the current map",true,tabMap)
    5 KB (486 words) - 17:43, 21 December 2015
  • This example sets and gets the font of a pre-made gui element and outputs it to chat box. <!-- Add the code below, an emphasis should be on making it clear, not optimized. You could provide two versions if you wish, one clear
    1 KB (204 words) - 19:09, 9 December 2018
  • This example sets and gets the font of a pre-made gui element and outputs it to chat box. <!-- Add the code below, an emphasis should be on making it clear, not optimized. You could provide two versions if you wish, one clear
    1 KB (204 words) - 19:09, 9 December 2018
  • guiCreateLabel(0.02, 0.04, 0.94, 0.2, "这是有关当前地图的信息", true, tabMap) guiCreateLabel(0.02, 0.04, 0.94, 0.92, "这是帮助文本.", true, tabHelp)
    5 KB (309 words) - 11:06, 7 February 2021
  • =====It is highly recommended that [[dxSetTestMode]] is used when writing and testi local myLabel = guiCreateLabel( 100, 300, 400, 50, "GUI label", false )
    2 KB (210 words) - 15:47, 17 April 2021
  • =====It is highly recommended that [[dxSetTestMode]] is used when writing and testi local myLabel = guiCreateLabel( 100, 300, 400, 50, "GUI label", false )
    2 KB (210 words) - 08:03, 30 October 2023
  • ...position of the element telling you what kind of element you have clicked. It hides after 5 seconds. local myLabel = guiCreateLabel ( 0, 0, 1, 1, "", true )
    1 KB (195 words) - 17:20, 21 November 2018
  • ...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,tabMap)
    2 KB (373 words) - 08:10, 30 October 2023
  • ...tive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> This example gets the text of a pre-made gui element and outputs it to chat box.
    2 KB (286 words) - 08:06, 5 August 2021
  • ...tive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> This example creates a label with text "Hello World!" and sets it to a random color.
    2 KB (241 words) - 11:41, 7 August 2019
  • local myLabel = guiCreateLabel ( 0, 0, 1, 1, "", true ) -- and place it in the position of where the element is
    1 KB (120 words) - 16:37, 8 June 2017
  • ...tive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> ...osition of the element telling you what kind of element you have clicked. It hides after 5 seconds.
    2 KB (285 words) - 17:20, 21 November 2018
  • ...tive. Explain what cases will return false. If you're unsure, add a tag to it so we can check --> This example sets and gets the font of a pre-made gui element and outputs it to chat box.
    2 KB (334 words) - 15:50, 17 April 2021
  • Returns a gui window element if it was created successfully, false otherwise. ...dds two tabs to a "tabPanel" tabpanel, and adds some other gui elements to it.
    5 KB (671 words) - 17:10, 5 December 2016
  • Returns a gui window element if it was created successfully, false otherwise. ...dds two tabs to a "tabPanel" tabpanel, and adds some other gui elements to it.
    5 KB (685 words) - 07:50, 30 October 2023
  • guiCreateLabel(X, Y, Width, Height, "帐号", true, wdwLogin) guiCreateLabel(X, Y, Width, Height, "密码", true, wdwLogin)
    16 KB (646 words) - 13:09, 7 February 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.
    3 KB (393 words) - 13:54, 5 June 2021
View (previous 20 | ) (20 | 50 | 100 | 250 | 500)