Search results

Jump to navigation Jump to search

Page title matches

  • checkboxObject CheckBox:Create ( float x, float y, float width, float height, string text, bool selected,
    2 KB (337 words) - 14:43, 1 March 2009
  • <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
  • buttonObject Button:Create ( float x, float y, float width, float height, string text, [ bool relative --create a button object
    3 KB (407 words) - 16:35, 11 February 2015

Page text matches

  • 74 bytes (9 words) - 16:01, 4 August 2010
  • *[[GUI_Classes/Tab:Create|Tab:Create]]
    38 bytes (6 words) - 20:58, 28 February 2009
  • ...= DGS:dgsCreateWindow(400,300,300,320,"Example Object Preview",false) -- Create a window veh = createVehicle(411,0,0,3) -- Create a vehicle
    1 KB (118 words) - 08:04, 9 February 2020
  • gridlist= DGS:dgsCreateGridList(50,50,100,100,false) -- create a gridlist row = DGS:dgsGridListAddRow(gridlist) -- create a row for the gridlist
    908 bytes (110 words) - 18:15, 28 November 2020
  • -- Create a generic resource root translator -- Create some folders.
    1 KB (156 words) - 03:25, 23 January 2022
  • ...= DGS:dgsCreateWindow(400,300,300,320,"Example Object Preview",false) -- Create a window veh = createVehicle(411,0,0,3) -- Create a vehicle
    1 KB (129 words) - 07:59, 9 February 2020
  • -- Create a generic resource root translator -- Create some folders.
    1 KB (149 words) - 23:21, 16 January 2022
  • * [[create]]
    91 bytes (8 words) - 00:08, 19 December 2014
  • ...= DGS:dgsCreateWindow(400,300,300,320,"Example Object Preview",false) -- Create a window veh = createVehicle(411,0,0,3) -- Create a vehicle
    1 KB (132 words) - 08:02, 9 February 2020
  • The purpose of the map editor is to provide a user-friendly way to create elements and export them as .map files into resources. * create new elements
    728 bytes (118 words) - 04:01, 19 March 2007
  • *[[createWeapon|create]]
    120 bytes (9 words) - 15:13, 12 September 2016
  • ...lder / .zip file in \resources\ folder. And on this your resource you must create your owm .lua and meta.xml
    295 bytes (58 words) - 09:27, 16 December 2012
  • gridlist= DGS:dgsCreateGridList(50,50,100,100,false) -- create a gridlist row = DGS:dgsGridListAddRow(gridlist) -- create a row for the gridlist
    1 KB (157 words) - 15:24, 28 May 2021
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window child1 = DGS:dgsCreateLabel(10,0,380,20,"",false,parent) --Create child 1
    1 KB (175 words) - 19:00, 3 May 2021
  • ...click on gta_sa.exe in the Process list and select ''''Create Dump'''->'''Create Minidump'''' ===
    714 bytes (104 words) - 19:58, 26 November 2015
  • *[[GUI_Classes/RadioButton:Create|RadioButton:Create]]
    113 bytes (12 words) - 20:56, 28 February 2009
  • *[[GUI_Classes/ScrollBar:Create|ScrollBar:Create]]
    117 bytes (12 words) - 20:56, 28 February 2009
  • *[[GUI_Classes/StaticImage:Create|StaticImage:Create]]
    115 bytes (12 words) - 20:57, 28 February 2009
  • *[[GUI_Classes/CheckBox:Create|CheckBox:Create]]
    101 bytes (12 words) - 20:50, 28 February 2009
  • This example will create a trailer and a trailer tower, then attach them. newvehicle = createVehicle ( 515, 0, 0, 4 ) -- create a trailer tower (roadtrain)
    945 bytes (105 words) - 15:46, 13 October 2014
  • This example will create a trailer and a trailer-tower, attach them, then check if they attached. local towingVehicle = createVehicle ( 515, 500, 500, 40 ) -- create a trailer-tower (roadtrain)
    1,007 bytes (112 words) - 23:12, 17 December 2014
  • ...avoidance. If a specific filename is taken then the algorithm will try to create the next file with increased numeric insert. *'''target''': the file translator based on which to create the file
    1 KB (143 words) - 03:57, 23 January 2022
  • For example, this would create a square shaped border: While this would create two triangles:
    947 bytes (139 words) - 14:26, 16 May 2012
  • ...oidance. If a specific filename is taken then an the algorithm will try to create the next file with increased numeric insert. *'''target''': the file translator based on which to create the file
    1 KB (138 words) - 22:48, 16 January 2022
  • list = DGS:dgsCreateGridList(0.80, 0.10, 0.15, 0.60, true) -- Create the grid list c1= DGS:dgsGridListAddColumn(list, "New column", 0.9) -- Create a new column in the grid list
    1 KB (211 words) - 08:25, 17 January 2021
  • This example will create a trailer and a trailer-tower, attach them, then check if they attached. local towingVehicle = createVehicle ( 515, 500, 500, 40 ) -- create a trailer-tower (roadtrain)
    1 KB (118 words) - 23:11, 17 December 2014
  • This example create a window based on an orange theme.And create a button based on default theme.
    663 bytes (83 words) - 20:14, 25 May 2012
  • parent = DGS:dgsCreateWindow(200,100,400,400,"DGS Parent Window",false) --Create a window child1 = DGS:dgsCreateLabel(10,0,380,20,"",false,parent) --Create child 1
    2 KB (203 words) - 18:59, 3 May 2021
  • veh1 = createVehicle(411,0,0,3) -- Create a vehicle objPrev = DGS:dgsCreateObjectPreviewHandle(veh,0,0,0) -- Create object preview handle
    1 KB (118 words) - 08:10, 9 February 2020
  • First we'll create the window. Then add a tabpanel and couple tabs with some labels in them. Q local myWindow = guiCreateWindow ( 0, 0, 0.5, 0.4, "Information", true ) -- create a window which has "Information" in the title bar.
    2 KB (234 words) - 17:42, 16 June 2021
  • -- Create a text display. -- Create a new text item with the text 'Hello World' and a priority of 'low' and col
    1 KB (128 words) - 18:55, 21 August 2007
  • ==== Create Function ==== *[[CustomWindow.create]]
    10 KB (700 words) - 15:00, 4 April 2019
  • This example will create detect area. da = DGS:dgsCreateDetectArea (400,300,400,200,false) -- Create Detect Area
    1 KB (184 words) - 18:33, 21 March 2020
  • * '''x:''' The x position to create the weapon. * '''y:''' The y position to create the weapon.
    2 KB (263 words) - 05:17, 26 August 2021
  • *[[GUI_Classes/Memo:Create|Memo:Create]]
    140 bytes (18 words) - 20:54, 28 February 2009
  • *[[GUI_Classes/Window:Create|Window:Create]]
    138 bytes (18 words) - 21:01, 28 February 2009
  • effect3d = dgsCreateEffect3D(20) --Create the 3D effect plugin sp = dgsCreateScrollPane(300,300,500,500,false) --Create a scroll pane
    1 KB (116 words) - 18:07, 9 January 2020
  • *'''GangName:''' Name of the gang you wish to create *'''GangName:''' Name of the gang you wish to create
    589 bytes (78 words) - 23:11, 23 June 2014
  • ''Contributors:'' Did you create a page but it's not on this list? Confused? '''Read: [[Adding Pages to Cate
    201 bytes (31 words) - 21:02, 1 May 2020
  • local effect3d = dgsCreateEffect3D(20) --Create the 3D effect plugin local sp = dgsCreateScrollPane(300,300,500,500,false) --Create a scroll pane
    1,015 bytes (120 words) - 18:08, 9 January 2020
  • Hi, you here Admin? If yes, I ask to create page in Russian, she is very necessary to Russian, because we are very inte
    176 bytes (32 words) - 06:58, 5 January 2008
  • wnd = guiCreateWindow ( 100, 100, 400, 400, "Test", false ); -- Create Window grid = guiCreateGridList ( 25, 30, 350, 350, false, wnd ); -- Create Gridlist
    2 KB (190 words) - 10:03, 26 March 2013
  • *[[GUI_Classes/TabPanel:Create|TabPanel:Create]]
    203 bytes (24 words) - 20:58, 28 February 2009
  • *[[GUI_Classes/Button:Create|Button:Create]]
    237 bytes (24 words) - 20:49, 28 February 2009
  • --create a button object local button = Button:Create( 0.7, 0.1, 0.2, 0.1, "Output!", true );
    2 KB (227 words) - 16:35, 11 February 2015
  • ...ore than once. Don't replace english pages with your translation - instead create a new page, according to this wiki structure. --[[User:Wielebny|Wielebny]]
    302 bytes (43 words) - 20:16, 19 February 2013
  • ...recated|executeSQLQuery|See the examples at executeSQLQuery for equivalent CREATE TABLE usage.}} <syntaxhighlight lang="lua">CREATE TABLE IF NOT EXISTS tableName ( definition )</syntaxhighlight>
    2 KB (249 words) - 15:13, 4 October 2016
  • *[[GUI_Classes/TextBox:Create|TextBox:Create]]
    258 bytes (30 words) - 20:59, 28 February 2009
  • *[[GUI_Classes/ProgressBar:Create|ProgressBar:Create]]
    329 bytes (36 words) - 20:55, 28 February 2009
  • *[[GUI_Classes/Label:Create|Label:Create]]
    315 bytes (36 words) - 20:53, 28 February 2009
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)