user3508
0
Q:

ESX.Math.Round

local value - 5.444

print('value: ' .. value) -- returns 5.444
print('value rounded: ' .. ESX.Math.Round(value)) -- returns 5
print('value rounded: ' .. ESX.Math.Round(value, 1)) -- returns 5.4
0
ESX.Math.Round(value, numDecimalPlaces)
0

New to Communities?

Join the community