πAdditional Features
Currency Configuration
Overview
Currency Settings
Config.CurrencyFormat = "{amount}$" -- How currency is displayed
Config.CurrencySymbol = "$" -- Currency symbol
Config.CurrencyLabel = 'usd' -- Currency identifierCurrency Format Examples
Euro
Config.CurrencyFormat = "{amount} β¬"
Config.CurrencySymbol = "β¬"
Config.CurrencyLabel = 'eur'
-- Output: 1.250,00 β¬Custom Currency
Cell Broadcast System
Overview
Basic Usage
Via Export
Via Command (In-Game)
Implementation Examples
Emergency Alert
Custom Sound Configuration
Replacing Default Sound
Death/Revive Handling
Overview
Basic Configuration
Last updated