forked from divians/fxserver-es_extended
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathconfig.lua
16 lines (12 loc) · 838 Bytes
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Config = {}
Config.Locale = 'en'
Config.Accounts = {'bank', 'black_money'}
Config.AccountLabels = {bank = _U('bank'), black_money = _U('black_money')}
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.DisableWantedLevel = true
Config.EnableHud = true -- enable the default hud? Display current job and accounts (black, bank & cash)
Config.EnablePvP = true -- enable pvp?
Config.MaxWeight = 24 -- the max inventory weight without backpack
Config.PaycheckInterval = 7 * 60000 -- how often to recieve pay checks in milliseconds
Config.CoordsSyncInterval = 2 * 60000 -- how often to sync coords with server in milliseconds
Config.EnableDebug = false