Search results

Jump to navigation Jump to search
  • if num >= 0 then num = math.floor(num + 0.5) else num = math.ceil(num - 0.5) end
    1 KB (178 words) - 03:17, 23 September 2025
  • ...ChatBox("The maximum streaming memory available has been changed from " .. math.floor(engineStreamingGetMemorySize() / 1024 / 1024) .. " MB to " .. sizeMB .. " M
    1 KB (150 words) - 10:28, 1 January 2025
  • local level = math.floor( level )
    1 KB (164 words) - 16:05, 3 November 2024
  • local maxOxygen = math.floor ( 1000 + getPedStat ( localPlayer, 22 ) * 1.5 + getPedStat ( localPlayer, 2
    1 KB (138 words) - 17:45, 26 November 2014
  • local level = math.floor( level )
    1 KB (161 words) - 09:32, 10 October 2020
  • ...ChatBox("The maximum streaming memory available has been changed from " .. math.floor(engineStreamingGetMemorySize() / 1024 / 1024) .. " MB to " .. sizeMB .. " M
    2 KB (210 words) - 00:42, 27 June 2025
  • local previousSizeMiB = math.floor(engineStreamingGetBufferSize() / 1024 / 1024) -- Convert Bytes to MiB
    2 KB (209 words) - 14:31, 19 July 2025
  • return math.ceil(h), math.floor(s), v
    1 KB (198 words) - 23:54, 2 January 2022
  • if ( fVal == math.floor( fVal ) or fVal == math.ceil( fVal ) ) then
    3 KB (364 words) - 11:02, 13 July 2024
  • if num >= 0 then num = math.floor(num + 0.5) else num = math.ceil(num - 0.5) end
    3 KB (336 words) - 09:30, 13 October 2023
  • outputChatBox("Your health is now - '"..math.floor(100 + (getPedStat(source, 24) - 569) / 4.31).."'", source, 255, 100, 100, f
    2 KB (302 words) - 08:19, 13 August 2016
  • local percentage = math.floor((health*0.133333333333)+0.5) -- Transformation into percentage.
    3 KB (327 words) - 00:37, 6 December 2015
  • local roundedFPS = math.floor(getCurrentFPS())
    3 KB (378 words) - 01:17, 30 December 2020
  • local numPoints = math.floor(math.pow(radius, 0.4) * 5) -- Calculate number of points to make it loo
    2 KB (325 words) - 14:00, 28 March 2025
  • == math.floor == float/int math.floor(number)
    18 KB (1,060 words) - 03:45, 15 January 2022
  • local numPoints = math.floor( math.pow( radius, 0.4 ) * 5 ) -- Calculate number of points to make it
    3 KB (430 words) - 10:10, 27 November 2018
  • tableX = math.floor( worldX / 200 + 0.5 ) tableY = math.floor( worldY / 200 + 0.5 )
    9 KB (615 words) - 20:55, 15 January 2022
  • for i = 1, math.floor(#wordIndices/2) do
    4 KB (444 words) - 14:03, 17 September 2025
  • dxDrawText ( "Loading ... "..math.floor(text).."%", x2, y2 , width, height, tocolor ( 0, 255, 0, 255 ), size, "pric
    5 KB (564 words) - 08:30, 14 November 2015
  • return math.floor ((stopAngle - startAngle)/anglesPerLine)
    5 KB (715 words) - 05:35, 3 March 2023
View ( | next 20) (20 | 50 | 100 | 250 | 500)