Search results
Jump to navigation
Jump to search
- DGS:dgsSetText(child,math.random(1,100))1 KB (175 words) - 19:00, 3 May 2021
- outputChatBox("Latent trigger done from: " .. getPlayerName(thePlayer), root,math.random(255),0,0)2 KB (202 words) - 09:58, 12 February 2024
- ...local myItem = guiGridListSetItemText ( numberList, row, column, tostring( math.random(0, 10) ^ 100 ), false, false )2 KB (201 words) - 21:19, 7 November 2018
- local randombloodamount = math.random( 1, 3 ) -- random blood amount 1-31 KB (189 words) - 10:01, 21 June 2019
- local randombloodamount = math.random( 1, 3 ) -- создаём переменную с рандомным чис2 KB (103 words) - 20:19, 13 July 2017
- newRotation = math.random ( 0, 360 )2 KB (217 words) - 13:30, 8 September 2024
- tPed["thePed"] = createPed(math.random(209, 238), x+1, y+1, z)2 KB (224 words) - 16:06, 23 December 2023
- theKey = string.rep( string.char( math.random( string.byte( "a" ), string.byte( "Z" ) ) ), 10 ) -- Generate a random key2 KB (285 words) - 10:48, 18 August 2018
- grX = math.abs(math.random(-30,1) grY = math.abs(math.random(-30,1)18 KB (1,060 words) - 03:45, 15 January 2022
- local randomMessage = messages[math.random(#messages)] -- get a random message from the table2 KB (226 words) - 21:03, 15 July 2024
- randomDeletion = math.random ( 1, 2 )2 KB (221 words) - 14:14, 18 January 2018
- 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 table2 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 + a9 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 delay6 KB (821 words) - 09:22, 13 October 2023
- return vehicles[ math.random( 1, numberOfVehs ) ]3 KB (333 words) - 09:54, 16 June 2016
- spawnPlayer (source, 0, 0, 5, 0, math.random (0,288), 0, 0, spawnTeam) -- spawns player with random skin2 KB (297 words) - 22:44, 6 September 2024