mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-31 10:18:54 +00:00
Add English Account Labels to Config
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
||||
Config = {}
|
||||
|
||||
Config.accounts = {'bank', 'black_money'}
|
||||
Config.accountLabels = {'Banque', 'Argent Sale'}
|
||||
Config.accountLabels = {'Banque', 'Argent Sale'} -- FR
|
||||
--Config.accountLabels = {'Bank', 'Dirty Money'} -- EN
|
||||
Config.PaycheckInterval = 7 * 60000
|
||||
Config.ShowDotAbovePlayer = false
|
||||
Config.RemoveInventoryItemDelay = 5 * 60000
|
||||
|
||||
Reference in New Issue
Block a user