Update config.lua | Add Config.EnablePaycheck

This commit is contained in:
ic3d_
2023-02-13 17:28:00 +00:00
committed by GitHub
parent 18b82cb816
commit 80628eaa4f
+1
View File
@@ -20,6 +20,7 @@ Config.StartingAccountMoney = {bank = 50000}
Config.EnableSocietyPayouts = false -- pay from the society account that the player is employed at? Requirement: esx_society
Config.MaxWeight = 24 -- the max inventory weight without backpack
Config.EnablePaycheck = true -- enable paycheck
Config.PaycheckInterval = 7 * 60000 -- how often to recieve pay checks in milliseconds
Config.EnableDebug = false -- Use Debug options?
Config.EnableDefaultInventory = true -- Display the default Inventory ( F2 )