Search results

Jump to navigation Jump to search
  • 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
  • getRandomItem = math.random ( 1, 2 )
    3 KB (325 words) - 18:47, 28 October 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,470 words) - 18:31, 21 February 2021
  • local size = math.random(100, 500)
    3 KB (422 words) - 23:09, 8 April 2022
  • ...sition ( localPlayer, x+(math.random(-10,10)), y+(math.random(-10,10)), z+(math.random(1,15)) ) -- Move o jogador aleatoriamente para uma posição perto da anter
    10 KB (1,548 words) - 18:31, 21 February 2021
  • local size = math.random(100, 500)
    4 KB (593 words) - 20:36, 26 October 2024
  • local delay = math.random(500, 5000) -- 0.5s até 5s de delay
    6 KB (885 words) - 20:29, 6 August 2020
  • local randomSkinID = math.random ( #allSkins )
    11 KB (273 words) - 02:07, 10 July 2022
  • local money = math.random(100,1000) -- Losujemy kwote nagrody od 100 do 1000$
    11 KB (1,464 words) - 18:32, 12 September 2024
  • ...onen komme ich später. Für dieses Beispiel reicht es, wenn ihr wisst, dass math.random() eine Zufallszahl (float) zwischen 0 und 1 zurückgibt und print("text") d <syntaxhighlight lang="lua">local zufall = math.random()
    41 KB (5,993 words) - 11:23, 13 February 2012
View ( | next 20) (20 | 50 | 100 | 250 | 500)