Search results

Jump to navigation Jump to search
  • randomDeletion = math.random ( 1, 2 )
    2 KB (222 words) - 21:18, 7 November 2018
  • return theTable[math.random ( #theTable )]
    2 KB (246 words) - 12:02, 8 October 2023
  • randomDeletion = math.random ( 1, 4 )
    2 KB (225 words) - 13:44, 18 January 2018
  • player = players[math.random(1, #players)] -- Get a random player using player elements table
    2 KB (271 words) - 10:22, 11 October 2014
  • DGS:dgsGridListSetItemText ( numberList, row, column, tostring(math.random(0, 10) ^ 100), false, false )
    2 KB (264 words) - 08:25, 1 August 2021
  • ...sition ( localPlayer, x+(math.random(-10,10)), y+(math.random(-10,10)), z+(math.random(1,15)) ) --Move a player randomly to a nearby location. X is current x + a
    9 KB (1,360 words) - 01:59, 29 January 2024
  • outputChatBox("Text " .. math.random(1,4)) local delay = math.random(500, 5000) -- 0.5s to 5s of delay
    6 KB (821 words) - 09:22, 13 October 2023
  • spawnPlayer (source, 0, 0, 5, 0, math.random (0,288), 0, 0, spawnTeam) -- spawns player with random skin
    2 KB (296 words) - 18:52, 17 May 2024
  • return vehicles[ math.random( 1, numberOfVehs ) ]
    3 KB (333 words) - 09:54, 16 June 2016
  • if state == true then state = math.random(1,500) else state = false end
    2 KB (292 words) - 23:47, 16 June 2020
  • local message = g_WelcomeMessages[math.random(numMessages)] -- pick a random message
    3 KB (326 words) - 20:29, 23 September 2016
  • spawnPlayer ( source, 0, 0, 5, 0, math.random ( 0,288 ) ) -- odradza gracza z losowym modelem skina
    2 KB (295 words) - 12:04, 16 January 2022
  • local vertex = {x, y, tocolor(math.random(255), math.random(255), math.random(255))}
    8 KB (1,166 words) - 06:32, 17 June 2023
  • randomDeletion = math.random ( 1, 4 )
    3 KB (285 words) - 10:20, 30 January 2022
  • guiGridListSetItemText ( numberList, row, column, tostring(math.random(0, 10) ^ 100), false, false )
    2 KB (311 words) - 21:07, 7 November 2018
  • Config.player.money = math.random(999)
    3 KB (379 words) - 05:01, 13 April 2024
  • ...sition ( localPlayer, x+(math.random(-10,10)), y+(math.random(-10,10)), z+(math.random(1,15)) ) --Move a player randomly to a nearby location. X is current x + a
    10 KB (1,168 words) - 08:44, 7 September 2019
  • local message = g_WelcomeMessages[math.random(numMessages)] -- выбираем случайное сообщение
    4 KB (133 words) - 20:51, 23 September 2016
  • 3 KB (145 words) - 18:50, 20 December 2018
  • dxDrawProgressBar( 10, 10, 200, 200, math.random(0,100), tocolor( 250, 50, 50, 255), tocolor( 255, 255, 255, 255) )
    2 KB (309 words) - 23:28, 5 October 2019
View ( | ) (20 | 50 | 100 | 250 | 500)