REE.Lib.Format - REE-FiveM/ree-core GitHub Wiki

REE.Lib.Format

FormatNumberWithCommas(amount)

This will format a number with commas (American style). Example: 10000 -> 10,000

Parameters:

  • amount (number) - The amount to format

Returns: string