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
View ( | ) (20 | 50 | 100 | 250 | 500)