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