Money settings
Currency
By default the money currency is set $, to change that open config.lua and change the value for Setup.Currency
Setup.Currency = "€"
Default cash for new players
When a player enters your server for the first time he will receive an amount of cash.
To change the money value open config.lua and change the value for Setup.Money
Setup.Money = 5000
Money UI
EssentialMode has the feature to choose between NUI or the GTA Native money display.
You can enable NUI by changing Setup.NativeMoney to false.
Setup.NativeMoney = true
Updated over 3 years ago