Search results

Jump to navigation Jump to search
  • vehicleRPM = math.random(650, 750) vehicleRPM = math.random(9000, 9900)
    2 KB (136 words) - 22:22, 12 December 2020
  • guiLabelSetColor( pLabel, math.random( 0, 255 ), math.random( 0, 255 ), math.random( 0, 255 ) )
    969 bytes (108 words) - 11:40, 7 August 2019
  • vehicleRPM = math.random(650, 750) vehicleRPM = math.random(9000, 9900)
    2 KB (162 words) - 08:07, 29 March 2018
  • fxAddWaterHydrant(x + math.random(-5,5), y + math.random(-5,5), z) -- Using math.random, and your current location 20 water hydrants are created.
    1 KB (151 words) - 12:49, 18 August 2015
  • ...r = tocolor(math.random(0, 255), math.random(0, 255), math.random(0, 255), math.random(0, 255))
    1 KB (167 words) - 14:55, 5 August 2021
  • DGS:dgsLabelSetColor ( myLabel, math.random(0, 255), math.random(0, 255), math.random(0, 255), 255 )</syntaxhighlight> ...LabelSetColor ( myLabel, tocolor(math.random(0, 255), math.random(0, 255), math.random(0, 255), 255 ) ,true )</syntaxhighlight>
    2 KB (287 words) - 19:15, 16 January 2021
  • ...sCreateShape(physics, "box", math.random() * 5 + 1, math.random() * 5 + 1, math.random() * 2 + 1) dropShapeAtPosition(box, math.random(60),math.random(60),0)
    2 KB (249 words) - 20:29, 13 February 2020
  • ...etPedOccupiedVehicle(localPlayer), math.random(0,255), math.random(0,255), math.random(0,255) ) -- apply the color to the vehicle
    2 KB (207 words) - 14:13, 28 August 2023
  • DGS:dgsLabelSetColor( pLabel, math.random( 0, 255 ), math.random( 0, 255 ), math.random( 0, 255 ), 255 )
    1 KB (174 words) - 13:42, 4 August 2023
  • ...dxSetPixelColor (pixels, j, i, math.random (255), math.random (255), math.random (255), 255)
    2 KB (199 words) - 17:32, 1 December 2018
  • DGS:dgsCreateLabel ( math.random(0,1),math.random(0,1),0.2,0.1, "Hello world"..i, true ) --Create Labels without storing into
    975 bytes (127 words) - 16:50, 23 March 2022
  • local r, g, b = math.random(255), math.random(255), math.random(255)
    2 KB (188 words) - 16:53, 3 April 2021
  • ...dxSetPixelColor (pixels, j, i, math.random (255), math.random (255), math.random (255), 255)
    2 KB (255 words) - 22:21, 23 December 2018
  • dxSetPosition(window, math.random(screenWidth), math.random(screenHeight))
    1 KB (142 words) - 00:27, 23 March 2020
  • local window = guiCreateWindow ( 0, 0, (math.random ( 0, 100 ) / 100), (math.random ( 0, 100 ) / 100), "test", true )
    1 KB (141 words) - 17:18, 21 November 2018
  • local charlist = allowed[math.random ( 1, 3 )] str = str .. string.char ( math.random ( charlist[1], charlist[2] ) )
    1 KB (143 words) - 15:50, 21 October 2015
  • guiLabelSetColor ( myLabel, math.random(0, 255), math.random(0, 255), math.random(0, 255) )</syntaxhighlight>
    2 KB (241 words) - 11:41, 7 August 2019
  • local rand = math.random() rand = math.random()
    3 KB (357 words) - 05:44, 3 March 2023
  • vehicleRPM = math.random(650, 750) -- Когда машина стоит, обороты будут vehicleRPM = math.random(9000, 9900) -- Максимальное количество оборото
    2 KB (130 words) - 21:54, 12 December 2020
  • local randomColor, randomAmount = math.random(0, 255), math.random(4, 8)
    1 KB (170 words) - 10:00, 21 June 2019
  • chatColors[source] = {math.random(50, 255), math.random (50, 255), math.random (50, 255)}
    2 KB (294 words) - 21:55, 18 February 2022
  • local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 ) -- Ustawienie losowych kolorów RGB
    2 KB (288 words) - 20:15, 15 October 2016
  • setRainLevel(math.random(5)) setRainLevel(math.random(5))
    2 KB (192 words) - 23:12, 11 January 2023
  • fxAddBulletImpact(hitX, hitY, hitZ, 0, 0, 0, math.random(1, 2), math.random(2, 5), 1.0)
    1 KB (186 words) - 10:01, 21 June 2019
  • local child = DGS:dgsGetChild(parent,math.random(1,4)) DGS:dgsSetText(child,math.random(1,100))
    1 KB (171 words) - 12:24, 29 July 2019
  • local size = math.random(0, 50) local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (418 words) - 23:15, 8 April 2022
  • local window = DGS:dgsCreateWindow ( 0, 0, (math.random ( 0, 100 ) / 100), (math.random ( 0, 100 ) / 100), "test", true )
    2 KB (234 words) - 19:02, 3 May 2021
  • local child = DGS:dgsGetChild(parent,math.random(1,4)) DGS:dgsSetText(child,math.random(1,100))
    2 KB (203 words) - 18:59, 3 May 2021
  • * [http://www.lua.org/manual/5.1/manual.html#pdf-math.random math.random]
    2 KB (386 words) - 17:43, 28 February 2023
  • ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) ) ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) )
    2 KB (222 words) - 14:10, 18 January 2018
  • guiSetSize ( myWindow, ( math.random( 10, 50 ) / 100 ), ( math.random( 10, 50 ) / 100 ), true )
    2 KB (213 words) - 17:20, 21 November 2018
  • ...math.random(4000, 5000), 0, fires[i][1]+math.random(0.1, 0.3), fires[i][2]+math.random(0.1, 0.2), fires[i][3]+0.2, 1, 1, 1)
    3 KB (345 words) - 09:59, 21 June 2019
  • {{Deprecated|math.random}}
    458 bytes (54 words) - 12:18, 26 June 2014
  • * [http://lua.gts-stolberg.de/math.php#math.random math.random]
    2 KB (361 words) - 17:58, 21 February 2021
  • local red, green, blue = math.random(50, 255), math.random(50, 255), math.random(50, 255)
    4 KB (196 words) - 17:10, 4 December 2017
  • local vertice = {x, y, tocolor(math.random(255), math.random(255), math.random(255))}
    3 KB (380 words) - 17:13, 26 October 2018
  • local randFile = zipTranslator:open( tostring( math.random( 0, 1 ) ) .. ".rnd", "wb" ); Its name is random. ]] .. math.random( 0, 100 )
    2 KB (290 words) - 00:07, 17 January 2022
  • local r, g, b = math.random( 255 ), math.random( 255 ), math.random( 255 )
    3 KB (408 words) - 17:22, 4 October 2022
  • local size = math.random(0, 50) local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (432 words) - 20:15, 1 April 2023
  • ...local myItem = DGS:dgsComboBoxSetItemText ( numberList, item, tostring( math.random(0, 10) ^ 100 ) ) ...local myItem = DGS:dgsComboBoxSetItemText ( numberList, item, tostring( math.random(0, 10) ^ 100 ) )
    2 KB (240 words) - 13:26, 5 April 2022
  • ...dgsSetProperty(image,"color",tocolor(math.random(0,255),math.random(0,255),math.random(0,255),255))
    3 KB (422 words) - 09:25, 17 January 2021
  • DGS:dgsSetSize ( myWindow, ( math.random( 10, 50 ) / 100 ), ( math.random( 10, 50 ) / 100 ), true )
    2 KB (265 words) - 19:03, 3 May 2021
  • local size = math.random(0, 50) local r, g, b = math.random(10, 99), math.random(10, 99), math.random(10, 99)
    3 KB (451 words) - 20:16, 1 April 2023
  • local red, green, blue = math.random (50, 255), math.random (50, 255), math.random (50, 255)
    4 KB (493 words) - 16:02, 3 May 2024
  • str = str..(string.format("%c", math.random(32, 126)))
    923 bytes (111 words) - 01:20, 5 August 2018
  • ...local myItem = DGS:dgsComboBoxSetItemText ( numberList, item, tostring( math.random(0, 10) ^ 100 ) ) ...local myItem = DGS:dgsComboBoxSetItemText ( numberList, item, tostring( math.random(0, 10) ^ 100 ) )
    2 KB (266 words) - 16:36, 14 March 2022
  • local randomPlayer = players[math.random(#players)]
    1 KB (52 words) - 11:34, 10 August 2014
  • ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) ) ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ) )
    3 KB (332 words) - 12:42, 15 February 2021
  • {{Deprecated|math.random}}
    806 bytes (98 words) - 12:16, 26 June 2014
  • ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ^ 100 ) ) ...l myItem = DGS:dgsGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ^ 100 ) )
    3 KB (330 words) - 11:21, 27 January 2021
View (previous 50 | ) (20 | 50 | 100 | 250 | 500)