Search results

Jump to navigation Jump to search
  • -- Create the objects. -- Create this particular object, if all values are properly read.
    3 KB (343 words) - 23:42, 16 January 2022
  • --Create the grid list element --Create a players column in the list
    2 KB (275 words) - 21:13, 7 November 2018
  • local claymoreObject = createObject ( 1945, x, y, z - 1, 0, 0, 90 ) --create an object which looks like a claymore local claymoreCol = createColSphere ( x, y, z, 1 ) --create a col sphere with radius 1
    3 KB (429 words) - 09:26, 6 November 2023
  • -- Create the filesystem interface. -- Create player information from persistent storage.
    6 KB (664 words) - 02:58, 23 January 2022
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    700 bytes (79 words) - 03:56, 21 January 2018
  • -- Create the filesystem interface. -- Create player information from persistent storage.
    6 KB (658 words) - 23:33, 16 January 2022
  • --Create the grid list element --Create a players column in the list
    2 KB (317 words) - 17:56, 1 July 2017
  • This resource is designed to allow you to create directX GUI's as an alternative to the original MTA:SA GUI functions. button = dxLib:dxButton( 50, 50, 40, 20, "Button Test" ) -- create a button
    2 KB (327 words) - 01:00, 21 November 2023
  • This example will create a ellipse detect area using detect area and set to debug mode to display a da = DGS:dgsCreateDetectArea (400,300,400,200,false) -- Create Detect Area
    2 KB (324 words) - 09:25, 17 January 2021
  • -- Create a DGS window.
    699 bytes (81 words) - 11:26, 16 August 2019
  • --Create a gridlist --Create 4 columns for myGridList
    3 KB (285 words) - 10:20, 30 January 2022
  • -- create our button
    778 bytes (93 words) - 04:26, 16 February 2020
  • ...local numberList = guiCreateGridList ( 0.80, 0.10, 0.15, 0.60, true ) --Create a gridlist ...local column = guiGridListAddColumn( numberList, "Column Title", 0.85 ) --Create a column on the gridlist
    2 KB (311 words) - 21:07, 7 November 2018
  • local aPickup = createPickup ( 10.0, 10.0, 10.0, 2, 31, 3000, 50 ) --Create an M4 weapon pickup when script starts
    834 bytes (98 words) - 11:19, 11 April 2021
  • -- Create a DGS window.
    710 bytes (82 words) - 11:26, 16 August 2019
  • -- Create the combo box element
    832 bytes (86 words) - 04:19, 11 March 2024
  • ===create===
    5 KB (634 words) - 12:11, 1 August 2023
  • testVehicle = createVehicle ( 411, 0, 0, 5 ) -- Create our test vehicle. dxDrawLine3D ( x1, y1, z1, x2, y2, z2, tocolor ( 0, 255, 0, 230 ), 2) -- Create 3D Line between test vehicle and local player.
    2 KB (328 words) - 12:49, 27 May 2024
  • ...y allow a single line of text. If you want to allow multiple lines of text create a memo box using [[dgsCreateMemo]]. --create our button
    4 KB (582 words) - 13:49, 16 February 2021
  • ...if [[projectile]] creation was successful. Returns ''false'' if unable to create a [[projectile]] (wrong weapon ID or projectiles limit was reached). ...ile(source, projectileType, playerX, playerY, playerZ, projectileForce) -- create rocket projectile
    4 KB (455 words) - 11:49, 16 November 2023
  • -- create the vehicle -- create the marker to attach
    4 KB (587 words) - 19:46, 15 April 2021
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    898 bytes (102 words) - 03:59, 29 July 2018
  • The first thing we need to do is create our GUI elements. ...wse to /Your MTA Server/mods/deathmatch/resources/myserver/ directory, and create a folder named "client".
    12 KB (1,771 words) - 22:21, 5 November 2018
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    949 bytes (99 words) - 13:55, 1 May 2020
  • local myWindow = DGS:dgsCreateWindow ( 0, 0, 0.5, 0.4, "Information", true )--create a window which has "Information" in the title bar. local tabPanel = DGS:dgsCreateTabPanel ( 0, 0.1, 1, 1, true, myWindow ) --create a tab panel which fills the whole window
    5 KB (677 words) - 12:09, 16 February 2021
  • {{OOP||Team.create||}} local newTeam = createTeam(teamName) -- create a new team with the specified name
    2 KB (333 words) - 00:02, 24 July 2018
  • -- create our button
    781 bytes (93 words) - 04:25, 16 February 2020
  • This function will create a reference to the given argument.
    876 bytes (118 words) - 16:57, 20 October 2021
  • local rndRect = DGS:dgsCreateRoundRect(50,tocolor(0,0,0,150)) --Create Rounded Rectangle
    844 bytes (94 words) - 03:01, 3 September 2023
  • local blurbox = dgsCreateBlurBox(sW, sH) -- Create a blur Box local blurbox = dgsCreateBlurBox(sW/2, sH/2) -- Create a blur Box
    3 KB (337 words) - 12:40, 7 May 2022
  • newvehicle = createVehicle ( 560, 100, 100, 40 ) -- create the sultan
    850 bytes (103 words) - 17:13, 15 April 2014
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    986 bytes (105 words) - 05:06, 21 August 2018
  • eda = DGS:dgsCreateEDA(400,300,400,200,false) --Create Ellipse Detect Area
    805 bytes (96 words) - 18:37, 21 March 2020
  • -- Create the memo element
    839 bytes (92 words) - 10:56, 20 January 2018
  • This is a basic example of how you can create an SVG from raw data (or path) and draw it with [[dxDrawImage]] via [[onCli -- Create an SVG containing a circle, using the raw XML data above
    4 KB (530 words) - 19:33, 30 November 2022
  • -- Create a maker
    881 bytes (106 words) - 12:53, 10 October 2023
  • -- create 3 columns and change their colors. then create 100 rows
    3 KB (298 words) - 10:08, 17 January 2023
  • local newFile = fileCreate("test.txt") -- attempt to create a new file
    1,006 bytes (119 words) - 18:43, 20 December 2023
  • *'''fileName:''' The name of the file you want to create *'''fileName:''' The name of the file you want to create
    5 KB (707 words) - 16:35, 13 September 2019
  • local browser = createBrowser(1280, 720, false, false) -- create browser
    1,017 bytes (120 words) - 19:24, 19 September 2018
  • window = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    819 bytes (99 words) - 16:43, 16 June 2021
  • window = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    821 bytes (99 words) - 16:43, 16 June 2021
  • window = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    866 bytes (105 words) - 16:44, 16 June 2021
  • '''ACL''' or '''Access Control List''' is a set of rights grouped together to create a list, they are defined in the [[Access Control List|ACL.xml]] file as <ac
    1 KB (158 words) - 17:50, 14 December 2018
  • local thePickup = createPickup( 10, 10, 10, 2, 31, 3000, 50 ) -- Create a M4 weapon pickup when the script starts
    933 bytes (120 words) - 11:35, 27 May 2022
  • local theObject = createObject(980, 0, 0, 0) -- create an object
    1 KB (123 words) - 07:50, 28 October 2021
  • local myWindow = guiCreateWindow ( 0, 0, 0.5, 0.4, "Information", true )--create a window which has "Information" in the title bar. local tabPanel = guiCreateTabPanel ( 0, 0.1, 1, 1, true, myWindow ) --create a tab panel which fills the whole window
    5 KB (486 words) - 17:43, 21 December 2015
  • This example allows a player to use the command 'createfile' to create an .xml file.
    970 bytes (119 words) - 20:46, 12 May 2019
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    1,019 bytes (111 words) - 05:08, 21 August 2018
  • -- Create a translator to the resource root. -- Create a translator to the resource root.
    3 KB (415 words) - 20:06, 2 February 2014
  • local vehicle = createVehicle( 411, 0, 0, 3 ) -- Create a vehicle
    897 bytes (94 words) - 10:49, 6 July 2018
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    952 bytes (108 words) - 04:39, 6 November 2018
  • ...ten in C++, and compiled as a DLL or SO file. Modules are commonly used to create functions for such purposes that Multi Theft Auto lacks, such as [[Modules/ Let's start by downloading a template to create our own module.
    4 KB (625 words) - 17:06, 23 May 2023
  • -- Create the scroll pane element
    947 bytes (104 words) - 11:04, 20 January 2018
  • To request a event, create an issue in [https://github.com/multitheftauto/mtasa-blue/issues our GitHub
    1 KB (128 words) - 14:15, 7 August 2023
  • local ped1 = createPed(112, 0, 0, 0) -- create our ped
    958 bytes (128 words) - 20:22, 31 May 2022
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    1 KB (113 words) - 09:42, 28 May 2020
  • ...ct = DGS:dgsCreateRoundRect(5,false,tocolor(0,0,0,150), nil, nil, true) --Create Rounded Rectangle with 5 pixels radius and border only
    925 bytes (102 words) - 03:02, 3 September 2023
  • myDisplay = textCreateDisplay () -- create a display myTextItem = textCreateTextItem ( "Hello world!", 0.5, 0.5 ) -- create text item for the display
    3 KB (355 words) - 15:42, 27 May 2012
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    793 bytes (91 words) - 02:36, 10 June 2018
  • -- create a dgs edit box and define it as "editBox"
    826 bytes (107 words) - 14:57, 18 January 2018
  • --Let's create a new browser in remote mode. -- Now we create a function attached to an onClientKey event handler to catch user input.
    3 KB (395 words) - 18:50, 17 March 2018
  • da = DGS:dgsCreateDetectArea (400,300,400,200,false) -- Create Detect Area
    851 bytes (103 words) - 08:02, 17 January 2021
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    968 bytes (115 words) - 15:16, 18 August 2018
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    974 bytes (111 words) - 19:42, 17 August 2018
  • local blurbox = dgsCreateBlurBox(128, 128) -- Create a blur Box
    911 bytes (104 words) - 06:48, 8 March 2021
  • window = DGS:dgsCreateWindow(50,50,100,100,"dgs", false) -- create a window label = DGS:dgsCreateLabel(0,200,100,100,"label", false) -- create a label
    2 KB (340 words) - 23:10, 3 May 2021
  • This example would create a memo and set the caret before the "H" in "Hi".
    951 bytes (125 words) - 13:54, 10 August 2021
  • local rndRect = DGS:dgsCreateRoundRect(50,tocolor(0,0,0,150)) --Create Rounded Rectangle
    863 bytes (99 words) - 02:57, 3 September 2023
  • This script will create an Infernus at the center (0, 0, 3) of San Andreas upon execution. infernus = Vehicle.create( 411, Vector3( 0, 0, 3 ) ); -- Create an Infernus and spawn it at the middle of SA.
    3 KB (422 words) - 22:33, 18 December 2014
  • local myTrain = createVehicle(537,1995,-1949,13) -- Create the train
    975 bytes (115 words) - 22:26, 18 December 2014
  • local rndRect = DGS:dgsCreateRoundRect(50,tocolor(0,0,0,150)) --Create Rounded Rectangle
    996 bytes (109 words) - 03:01, 3 September 2023
  • With this, you can easily create moving objects in the MTA map-editor. Rotating objects, objects flying from # Create the parent-object where you want to attach the child-object to.
    8 KB (1,327 words) - 20:29, 3 May 2012
  • This function is used to create an {{ml_birc|ircbot}} which are the basis of the module. {{ml_birc|ircRegis
    982 bytes (128 words) - 16:46, 11 February 2015
  • ...t = DGS:dgsCreateRoundRect(5,false,tocolor(0,0,0,150), nil, nil, false) --Create Rounded Rectangle with 5 pixels radius and border only
    935 bytes (106 words) - 13:08, 1 May 2020
  • local blurbox = dgsCreateBlurBox(128, 128) -- Create a blur Box
    847 bytes (100 words) - 06:50, 8 March 2021
  • myRenderTarget = dxCreateRenderTarget( 80, 100 ) -- Create a render target texture which is 80 x 100 pixels myRenderTarget = dxCreateRenderTarget( 80, 100 ) -- Create a render target texture which is 80 x 100 pixels
    3 KB (347 words) - 20:40, 23 December 2018
  • --create our button --Create an edit box and define it as "editBox".
    3 KB (398 words) - 08:09, 30 October 2023
  • This resource adds custom gui which can be used to create perfect loops out of standard objects. After perfoming this, it uses the e With this plugin, you can create easily roller coaster like maps.
    3 KB (503 words) - 00:03, 7 March 2020
  • This example will create detect area and apply to an image.
    875 bytes (95 words) - 06:22, 19 April 2021
  • ...a [[texture]] element if successful, ''false'' if the system is unable to create a render target. Render targets can also be used to create and display the same thing multiple times, as shown in the example below.
    4 KB (518 words) - 16:34, 10 August 2023
  • testVehicle = createVehicle ( 411, 0, 0, 5 ) -- Create our test vehicle. dxDrawLine3D ( x1, y1, z1, x2, y2, z2, tocolor ( 0, 255, 0, 230 ), 2) -- Create 3D Line between test vehicle and local player.
    3 KB (381 words) - 12:51, 27 May 2024
  • -- Create our marker
    1 KB (130 words) - 03:01, 27 September 2018
  • testVehicle = createVehicle ( 411, 0, 0, 5 ) -- Create our test vehicle. dxDrawLine3D ( x1, y1, z1, x2, y2, z2, tocolor ( 0, 255, 0, 230 ), 2) -- Create 3D Line between test vehicle and local player.
    3 KB (431 words) - 13:20, 13 May 2019
  • local rndRect = DGS:dgsCreateRoundRect(50,tocolor(255,255,255,255)) --Create a white Rounded Rectangle
    915 bytes (99 words) - 03:03, 3 September 2023
  • executeSQLQuery ('CREATE TABLE IF NOT EXISTS Table_System (ID, myTable)')
    1 KB (157 words) - 00:38, 14 December 2018
  • newvehicle = createVehicle ( 560, 100, 100, 40 ) -- create the sultan
    1 KB (139 words) - 04:22, 11 August 2019
  • -- Create a generic translator.
    1 KB (151 words) - 03:27, 23 January 2022
  • -- Create a generic translator.
    1 KB (144 words) - 23:24, 16 January 2022
  • This element has to create a blip at the nearest garage and removes it in 10 seconds.
    2 KB (186 words) - 03:42, 25 September 2018
  • local thePickup = createPickup( 10, 10, 10, 2, 31, 3000, 50 ) -- Create a M4 weapon pickup when the script starts
    1 KB (141 words) - 02:57, 27 September 2018
  • createVehicle ( 432, x, y, z + 10 ) -- create the tank 10 units above them createVehicle ( 432, x, y, z + 10 ) -- create the tank 10 units above them
    8 KB (656 words) - 15:10, 11 September 2021
  • local vehicle = createVehicle( 411, 0, 0, 3 ) -- Create a vehicle
    1 KB (112 words) - 10:50, 6 July 2018
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    835 bytes (98 words) - 03:55, 21 January 2018
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    831 bytes (98 words) - 03:55, 21 January 2018
  • executeSQLQuery ('CREATE TABLE IF NOT EXISTS Table_System (ID, myTable)')
    1 KB (155 words) - 00:17, 14 December 2018
  • local newFile = fileCreate("test.txt") -- attempt to create a new file
    1 KB (140 words) - 18:55, 20 December 2023
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    871 bytes (103 words) - 03:56, 21 January 2018
  • This example create a vehicle attached to window, which will be destroyed after 2 seconds with
    1 KB (135 words) - 21:37, 3 May 2021
  • -- Create a marker at the player's position -- Create a marker at the player's position
    3 KB (447 words) - 13:48, 25 December 2023
  • The first thing we need to do is create our GUI elements. ...wse to /Your MTA Server/mods/deathmatch/resources/myserver/ directory, and create a folder named "client".
    16 KB (2,477 words) - 13:47, 8 November 2018
  • myRenderTarget = dxCreateRenderTarget( 80, 100 ) -- Create a render target texture which is 80 x 100 pixels myRenderTarget = dxCreateRenderTarget( 80, 100 ) -- Create a render target texture which is 80 x 100 pixels
    3 KB (358 words) - 20:42, 23 December 2018
  • addCommandHandler ( "sha", -- Create a command
    1 KB (142 words) - 16:29, 12 April 2021
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    998 bytes (121 words) - 02:05, 10 June 2018
  • colArea = createColCircle( 1400.0, -700.0, 5.0 ) -- create the colshape
    1 KB (144 words) - 14:08, 31 December 2022
  • display = textCreateDisplay () -- create a new display, store the reference in a variable called display
    1 KB (124 words) - 15:35, 23 June 2014
  • -- create the grid list
    981 bytes (119 words) - 18:05, 22 December 2022
  • -- Create a DGS window
    985 bytes (127 words) - 11:00, 20 January 2018
  • -- Create a dgs window
    984 bytes (124 words) - 11:00, 20 January 2018
  • local GUI_browser = guiCreateBrowser(100,100,640,480,false,false,false) -- Create Browser
    1 KB (139 words) - 15:19, 8 April 2020
  • .... :''' From the 3rd position you can have as many points as you require to create the colshape. -- Create the collision shape with the numbers from the arguments
    7 KB (918 words) - 09:51, 30 January 2022
  • colArea = createColCircle( 1400.0, -700.0, 5.0 ) -- create the colshape
    1 KB (146 words) - 02:56, 27 September 2018
  • -- Create a generic translator.
    1 KB (171 words) - 03:26, 23 January 2022
  • ...el ( math.random(0,1),math.random(0,1),0.2,0.1, "Hello world"..i, true ) --Create Labels without storing into variables.
    975 bytes (127 words) - 16:50, 23 March 2022
  • To request a event, create an issue in [https://github.com/multitheftauto/mtasa-blue/issues our GitHub
    1 KB (152 words) - 14:05, 7 August 2023
  • -- Create a generic translator.
    1 KB (164 words) - 08:38, 17 January 2022
  • local rndRect = DGS:dgsCreateRoundRect(50,tocolor(0,0,0,150)) --Create Rounded Rectangle
    1 KB (126 words) - 03:01, 3 September 2023
  • You are able to create as many markers as you wish (memory and element limit permitting), but the -- create a cylindrical marker next to the player:
    5 KB (695 words) - 12:39, 10 October 2023
  • This example will create a Punch Impact Effect next to you when typing ''/pimpact'' in the Chatbox.
    1 KB (135 words) - 20:58, 2 January 2015
  • label = guiCreateLabel ( 0.8, 0.9, 0.2, 0.1, "Radio off", true) --create a label to show the station
    986 bytes (118 words) - 03:21, 20 January 2015
  • This example will add a command called '/delnode' and it will create an xml file called 'test.xml'.
    1 KB (143 words) - 20:13, 2 January 2015
  • <syntaxhighlight lang="lua">mixed pumPowerup Create( int object_id, string powerup_class, float x, float y, float z, int respaw
    1 KB (161 words) - 20:57, 23 January 2012
  • -- Create a gui window
    1 KB (133 words) - 11:31, 7 August 2019
  • ...playerList = DGS:dgsCreateComboBox(0.35,0.40,0.31,0.20,"Players",true) -- create dgs combo box
    1 KB (135 words) - 07:37, 11 July 2019
  • memo = guiCreateMemo( 0.4, 0.4, 0.2, 0.2, "This is a memo.", true ) -- create a relative memo GUI element
    1 KB (141 words) - 13:56, 10 August 2021
  • This example create a vehicle attached to window, then detach and destroy only window
    1 KB (145 words) - 21:38, 3 May 2021
  • This script will create an Infernus at the center (0, 0, 3) of San Andreas upon execution. infernus = Vehicle.create( 411, Vector3( 0, 0, 3 ) ); -- Create an Infernus and spawn it at the middle of SA.
    4 KB (345 words) - 10:21, 16 April 2017
  • This example will create a Tyre Burst Effect next to you when typing ''/tyreburst'' in the Chatbox.
    1 KB (136 words) - 20:59, 2 January 2015
  • This function is used to create columns in grid lists.
    1 KB (136 words) - 21:26, 2 December 2022
  • -- Create a DGS window.
    980 bytes (124 words) - 11:01, 20 January 2018
  • local newFile = fileCreate("test.txt") -- attempt to create a new file
    1 KB (152 words) - 17:24, 20 December 2023
  • -- Create a gui window
    1 KB (130 words) - 11:35, 7 August 2019
  • --Create dxGUI window with name "wind":
    1 KB (119 words) - 11:18, 4 January 2014
  • window = dgsCreateWindow(200,100,400,400,"DGS Window",false) --Create a window
    1 KB (169 words) - 23:21, 3 May 2021
  • button = DGS:dgsCreateButton(200,200,200,100,{"login"},false) --Create a button that uses "login" with translation interface "Locale"
    1 KB (133 words) - 06:01, 9 April 2020
  • myWindow = guiCreateWindow ( 0, 0, .5, .5, "my window", true ) -- Create the gui window
    1 KB (126 words) - 17:19, 21 November 2018
  • This function can be used to create custom radar areas on the radar. -- create our hill area for our gamemode
    3 KB (404 words) - 08:57, 4 November 2020
  • This example will create a Water Splash at the position of the bullet impact whenever you shoot.
    1 KB (144 words) - 20:59, 2 January 2015
  • -- Create an SVG containing a circle, using the raw XML data above -- Bind a key to create an SVG rect child node, which will trigger the onUpdate callback
    3 KB (418 words) - 23:15, 8 April 2022
  • local jailZone = createColCircle ( 1024, 1024, 15 ) -- create a collision shape
    1 KB (161 words) - 02:55, 27 September 2018
  • Window = guiCreateWindow ( 40, 40, 200, 200, "Test", false ) -- Create window.
    1 KB (169 words) - 15:09, 5 February 2015
  • memo = guiCreateMemo( 0.4, 0.4, 0.2, 0.2, "This is a memo.", true ) -- create a relative memo GUI element
    1 KB (142 words) - 23:20, 11 January 2023
  • local GUI_browser = guiCreateBrowser(100,100,640,480,false,false,false) -- Create Browser
    1 KB (170 words) - 13:06, 21 August 2018
  • This example will create a Foot Splash at the position of the bullet impact whenever you shoot.
    1 KB (150 words) - 20:57, 2 January 2015
  • ...advert = DGS:dgsCreateMemo( 0.845, 0.94, 0.15, 0.05, myWebsite, true ) -- create memo field for the advert
    1 KB (133 words) - 10:56, 20 January 2018
  • ...l password = guiCreateEdit( 0.845, 0.94, 0.15, 0.05, "password", true ) -- create edit box for a password
    1 KB (139 words) - 16:44, 14 May 2021
  • ...available when the element is streamed in, otherwise 0 is returned. If you create an element at the player's position which is going to be streamed in, call
    1 KB (160 words) - 21:22, 8 December 2023
  • local rndRect = DGS:dgsCreateRoundRect(50,tocolor(0,0,0,150)) --Create Rounded Rectangle
    1 KB (131 words) - 03:01, 3 September 2023
  • ...advert = DGS:dgsCreateEdit( 0.845, 0.94, 0.15, 0.05, myWebsite, true ) -- create edit field for the advert
    1 KB (136 words) - 09:22, 15 July 2018
  • local weapon = createWeapon ("deagle",0,0,10) -- create the weapon (deagle)
    1 KB (147 words) - 14:50, 4 July 2016
  • ...ff by pressing O or using ''/togglelantern''. It uses createSearchLight to create the illumination effect. -- If the searchlight we use for the effect doesn't exist, create it
    3 KB (415 words) - 09:39, 4 June 2016
  • newcar = createVehicle ( 520, 1024, 1024, 1024 ) -- create a new vehicle
    1 KB (142 words) - 22:05, 6 April 2018
  • ...x ( 400, 100, 200, 5 * #getElementsByType ( "vehicle" ), "", false ) -- We create a combo box.
    1 KB (144 words) - 20:38, 7 November 2018
  • -- Create the window
    1 KB (141 words) - 17:18, 21 November 2018
  • local vehicleElement = createVehicle(434, 0, 0, 3) -- Create vehicle
    1 KB (143 words) - 23:50, 6 January 2023
  • ...x ( 400, 100, 200, 5 * #getElementsByType ( "vehicle" ), "", false ) -- We create a combo box.
    1 KB (144 words) - 11:13, 20 January 2018
  • outputChatBox("An error has occured when trying to create your account.", playerSource)
    1 KB (182 words) - 17:44, 5 January 2011
  • -- Create the grid list element
    1 KB (128 words) - 13:34, 15 April 2023
  • local weapon = createWeapon ("m4",position.x,position.y,position.z) -- Create the weapon
    1 KB (146 words) - 14:05, 4 July 2016
  • local vehicle = createVehicle ( 400, 1, 1, 1 ) -- create us a new vehicle
    1 KB (141 words) - 10:44, 6 September 2018
  • newvehicle = createVehicle ( 400, 1, 1, 1 ) -- create us a new vehicle
    1 KB (143 words) - 23:20, 17 December 2014
  • You can create an application '''[https://discord.com/developers/applications here]'''
    1 KB (162 words) - 18:39, 24 October 2023
  • local lightFrame = engineCreateFrame(); -- create a 3D transformation for the light local light = engineCreateLight( "spot_soft" ); -- create a soft spot light
    3 KB (455 words) - 13:30, 14 March 2014
  • -- Create a radar blip at the player's position, with a 'cash' icon and only visible -- Create a radar blip in the middle of the map
    3 KB (503 words) - 15:04, 11 June 2023
  • This example will create a Tank Fire Effect at your weapon's muzzle position
    1 KB (145 words) - 20:58, 2 January 2015
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    1 KB (145 words) - 00:51, 18 August 2018
  • This function uses the API from '''api.qrserver.com''' to create a QRCode and handled by DGS.
    1 KB (144 words) - 07:34, 9 February 2020
  • local playersList = guiCreateComboBox(0.35,0.40,0.31,0.20,'Players',true) -- create gui combo box
    1 KB (153 words) - 13:20, 22 July 2019
  • {{Tip|You can use the useful function [[CreateGarageColShape]] to create the garage colshape.}}
    1 KB (197 words) - 00:56, 7 March 2023
  • local newMarker = createMarker ( 0, 0, 2, "cylinder", 1, 255, 0, 0, 255 ) -- Create a red marker
    951 bytes (131 words) - 13:01, 10 October 2023
  • -- create the window
    1 KB (147 words) - 13:55, 3 November 2022
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    1 KB (145 words) - 19:25, 17 August 2018
  • This will create a [[sound]] [[element]] and change its state to looped, with a command to s
    1 KB (146 words) - 20:42, 23 September 2021
  • local rndRect = DGS:dgsCreateRoundRect(50,tocolor(0,0,0,150)) --Create Rounded Rectangle
    1 KB (135 words) - 03:00, 3 September 2023
  • local claymoreObject = createObject ( 1945, x, y, z - 1, 0, 0, 90 ) -- create an object which looks like a claymore local claymoreCol = createColSphere ( x, y, z, 1 ) -- create a col sphere with radius 1
    5 KB (689 words) - 18:11, 17 November 2021
  • myWindow = DGS:dgsCreateWindow ( 0, 0, .5, .5, "my window", true ) -- Create the dgs window
    1 KB (160 words) - 21:08, 3 May 2021
  • local playerList = DGS:dgsCreateGridList (346, 163, 433, 403, false ) --Create the grid list element local column = DGS:dgsGridListAddColumn( playerList, "Player", 0.5 ) --Create a players column in the list
    3 KB (526 words) - 13:48, 16 February 2021
  • local weapon = createWeapon("m4", getElementPosition(localPlayer)) -- Create the weapon
    1 KB (170 words) - 17:50, 23 December 2014
  • ...ct = DGS:dgsCreateRoundRect(5,false,tocolor(0,0,0,150), nil, nil, true) --Create Rounded Rectangle with 5 pixels radius and border only
    1 KB (135 words) - 12:52, 1 May 2020
  • ...ocal advert = guiCreateEdit( 0.845, 0.94, 0.15, 0.05, myWebsite, true ) -- create edit box for the advert
    1 KB (152 words) - 20:57, 7 November 2018
  • '''Example 3:''' This shows how you could create a new element to describe a gas station: setElementParent(createColSphere(x, y, z, 10), theGasStation) -- create a colshape for the gas station at the gas station's position
    6 KB (837 words) - 16:16, 30 May 2024
  • local text = DGS:dgsCreate3DText(0,0,4,"Set text position",white) -- create a 3D text on cords 0, 0, 4
    952 bytes (147 words) - 00:24, 6 May 2020
  • 27]], true) -- Create the memo
    1 KB (140 words) - 11:22, 16 August 2019
  • theVehicle = createVehicle ( 400, 1, 1, 1 ) -- create us a new vehicle
    1 KB (154 words) - 23:49, 17 December 2014
  • local vehicle = createVehicle (411, 0, 0, 3) -- create a vehicle
    1 KB (153 words) - 14:32, 31 December 2022
  • -- Create the vagos vehicle. A van.
    1 KB (180 words) - 17:17, 21 November 2023
  • ...ls or other books on servers. HeroBook is a system that allows ANY user to create a book or a novel rather. The server controls who is able to write a book t *'''In server/s_item_use.lua, you can now create a reaction to clicking on the book.'''
    4 KB (579 words) - 13:47, 21 January 2013
  • * You can create 'dummy' elements to catch events from a group of child elements * You can use dummy elements specified in a .map file (e.g. <flag>) and create 'real' representations for them (e.g. objects) and make these real elements
    5 KB (918 words) - 01:27, 19 February 2019
  • This function is used to create a new dummy element in the [[element tree]] which do not necessarily repres
    1 KB (182 words) - 19:52, 15 April 2021
  • team = createTeam ( "RedTeam", 255, 0, 0 ) -- create the team
    1 KB (168 words) - 06:53, 12 July 2014
  • -- create the window
    1 KB (149 words) - 13:54, 3 November 2022
  • This example will create 20 water hydrant effects around the players position when they use the comm
    1 KB (151 words) - 12:49, 18 August 2015
  • minigun = createWeapon("minigun", 1, 1, 3)--Create the weapon
    1 KB (158 words) - 20:42, 20 May 2015
  • local theObject = createObject(980, 0, 0, 0) -- create an object
    1 KB (165 words) - 07:50, 28 October 2021
  • -- Create a radar blip at the player's position, with a 'cash' icon and only visible -- Create a radar blip in the middle of the map
    4 KB (587 words) - 15:06, 11 June 2023
  • ...calling the class. For example: ''Vehicle(...)'' is the same as ''Vehicle.create(...)''.
    2 KB (215 words) - 11:21, 9 April 2014
  • browser = dgsCreateMediaBrowser(256,256) --Create Multi Media Browser
    1 KB (148 words) - 12:35, 11 September 2019
  • ...advert = DGS:dgsCreateMemo( 0.845, 0.94, 0.15, 0.05, myWebsite, true ) -- create memo field for the advert
    1 KB (163 words) - 10:57, 20 January 2018
  • The following example code will create a button and lists its properties in the console if the /btn command is ent
    1 KB (165 words) - 17:17, 21 November 2018
  • {{OOP|The function will only attempt to open the file, it won't create it.|[[File]]}} ...neath the File class. Using '''File(...)''' to open a file will attempt to create the file, if it doesn't exist|[[File]].open}}
    4 KB (555 words) - 19:25, 20 December 2023
  • ...local racevehicle = createVehicle ( car, x, y, z ) -- create a vehicle at the position specified by the startrace command
    1 KB (174 words) - 17:42, 16 October 2016
  • local browser = createBrowser(1024,1024,false,false) --Create Browser
    1 KB (165 words) - 12:02, 8 April 2020
  • ...advert = DGS:dgsCreateEdit( 0.845, 0.94, 0.15, 0.05, myWebsite, true ) -- create edit field for the advert
    1 KB (164 words) - 14:56, 18 January 2018
  • -- Create a generic file translator to the resource instance directory.
    2 KB (196 words) - 03:28, 23 January 2022
  • local browser = createBrowser(1280, 720, false, false) -- create browser
    2 KB (220 words) - 14:22, 8 April 2020
  • --create our button --Create an edit box and define it as "editBox".
    4 KB (557 words) - 14:01, 16 February 2021
  • -- Create a generic file translator to the resource instance directory.
    1 KB (189 words) - 23:26, 16 January 2022
  • -- We create a dummy dgs label to get text of
    1 KB (189 words) - 21:20, 3 May 2021
  • local rndRect = DGS:dgsCreateRoundRect(50,false,tocolor(0,0,0,150)) --Create Rounded Rectangle with 50 pixels radius ...dRect({{50,false},{40,false},{30,false},{20,false}},tocolor(0,0,0,150)) --Create Rounded Rectangle with 50 pixels radius
    4 KB (521 words) - 08:05, 1 March 2023
  • checkboxObject CheckBox:Create ( float x, float y, float width, float height, string text, bool selected,
    2 KB (337 words) - 14:43, 1 March 2009
  • ped1 = createPed(112, 0, 0, 0) --Create our Ped
    1 KB (176 words) - 21:46, 14 November 2022
  • -- We create a dummy gui label to get text of
    1 KB (199 words) - 21:19, 3 May 2021
  • ...er(1866, -1444, 10, 1968, -1442, 10, 1866, -1372, 10, 1968, -1370, 10); -- create water element
    1 KB (151 words) - 17:10, 2 January 2022
  • ...ateral or triangular. A water element represents one such polygon. You can create water elements with [[createWater]] or through a &lt;water/&gt; map element
    1 KB (183 words) - 18:46, 15 April 2021
  • -- create the vehicle using the information gathered above: outputConsole ( "Failed to create vehicle.", sourcePlayer )
    10 KB (1,306 words) - 13:00, 1 June 2024
  • ...er is an element. Anything that is an element is also a class. Connections create an instance of a class, but "'''connection'''" isn't an element, it's an in ...ts are Players. The main point here is that almost everything that you can create or retrieve and then reuse later use a class.
    9 KB (1,385 words) - 05:52, 6 November 2023
  • -- create a marker and add the function above to its onMarkerHit event
    2 KB (205 words) - 20:02, 12 September 2018
  • -- Create a radar blip at the player's position, with a 'cash' icon and only visible -- Create a radar blip in the middle of the map
    4 KB (591 words) - 21:11, 14 June 2021
  • -- Create our utility function.
    1 KB (204 words) - 03:29, 23 January 2022
  • 27]], true) -- Create the memo
    1 KB (161 words) - 13:56, 9 March 2020
  • 27]], true) -- Create the memo
    1 KB (161 words) - 11:04, 16 August 2019
  • *'''lightType:''' An integer representing the type of light to create. -- Create a new dark light for that player
    4 KB (488 words) - 13:41, 7 October 2017
  • -- Create our utility function.
    1 KB (197 words) - 23:27, 16 January 2022
  • To keep things simple, we'll create a tiny resource for this tutorial, and you should already know [[Scripting_ ...trigger the event when the player gets in the flag. To do this, we need to create a timer-driven function that will be used to check if a player is trying to
    5 KB (744 words) - 07:07, 4 November 2020
  • ...ateral or triangular. A water element represents one such polygon. You can create water elements with [[createWater]] or through a &lt;water/&gt; map element
    1 KB (185 words) - 18:50, 15 April 2021
  • ...ocal advert = guiCreateEdit( 0.845, 0.94, 0.15, 0.05, myWebsite, true ) -- create edit field for the advert
    1 KB (176 words) - 20:57, 7 November 2018
  • local browser = createBrowser(1280, 720, false, false) -- create browser
    1 KB (185 words) - 11:33, 11 August 2018
  • -- create the function
    1 KB (200 words) - 15:19, 24 June 2023
  • -- Create a generic FileSystem translator.
    2 KB (204 words) - 03:25, 23 January 2022
  • -- Create a generic FileSystem translator.
    2 KB (197 words) - 23:23, 16 January 2022
  • '''PHP:''' You must create a send.php file, then then convert to UTF-8 on your FTP upload.
    2 KB (217 words) - 10:17, 20 July 2014
  • This clientside example uses interpolateBetween to create position and color interpolation(with effect) on a marker. This clientside example uses interpolateBetween to create size and position interpolation (with effect) on a gui-window.
    9 KB (1,196 words) - 00:34, 30 April 2021
  • ...ents are created when resources and maps are loaded to group entities they create as their children.
    1 KB (191 words) - 19:53, 14 April 2021
  • --Create a gui window called 'myWindow'
    1 KB (163 words) - 21:06, 21 February 2021
  • -- Create the collision shape with the numbers from the arguments return outputChatBox( "Error: Couldn't create collision polygon", playerSource, 255, 100, 100 )
    7 KB (958 words) - 10:58, 16 May 2019
  • local browser = createBrowser(1024,1024,false,false) --Create Browser
    2 KB (196 words) - 13:06, 21 August 2018
  • ...axhighlight lang="lua">newcar = createVehicle ( 520, 1024, 1024, 1024 ) -- create a vehicle
    1 KB (179 words) - 17:11, 6 March 2023
  • ...ents are created when resources and maps are loaded to group entities they create as their children.
    1 KB (180 words) - 08:12, 24 October 2022
  • ...ou a chamando. Por exemplo: ''Vehicle(...)'' é a mesma coisa de ''Vehicle.create(...)''.
    2 KB (228 words) - 15:14, 2 July 2014
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    1 KB (186 words) - 11:28, 8 September 2023
  • -- create an empty label
    1 KB (120 words) - 16:37, 8 June 2017
  • addCommandHandler ("md5it", md5it) -- create command
    1 KB (212 words) - 13:46, 20 October 2021
  • -- We create a dummy gui label to get text of
    1 KB (204 words) - 19:09, 9 December 2018
  • -- We create a dummy gui label to get text of
    1 KB (204 words) - 19:09, 9 December 2018
  • This function create a diamond
    1 KB (165 words) - 02:13, 18 August 2023
  • --Let's create a new browser in remote mode.
    2 KB (192 words) - 15:48, 8 April 2020
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window
    1 KB (168 words) - 17:05, 2 March 2023
  • ...wnloads Wineskin Winery]. At the time of writing, v1.7. This allows you to create your own wrapper. * Now you can [[Media:MacOS_wineskin_tut3.png|click "Create New Blank Wrapper" button at the bottom of the "Wineskin Winery" window]].
    6 KB (1,054 words) - 00:43, 8 November 2020
  • *[[createElement|create]]
    3 KB (179 words) - 20:07, 9 December 2013
  • ...' rappresenta delle ''figure di collisione'' invisibili che possono essere create nel mondo di GTA. Le collision shape sono solitamente usate per verificare
    1 KB (159 words) - 09:59, 15 April 2021
View ( | ) (20 | 50 | 100 | 250 | 500)