mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-18 22:36:03 +01:00
Update config_client.lua
Added option to use old money hud from the currency system.
This commit is contained in:
@@ -69,6 +69,8 @@ config = {
|
|||||||
salaryAmount = 300, -- the daily amount that players will receive.
|
salaryAmount = 300, -- the daily amount that players will receive.
|
||||||
salaryInterval = 24, -- every x minutes the player will receive the salaryAmount.
|
salaryInterval = 24, -- every x minutes the player will receive the salaryAmount.
|
||||||
|
|
||||||
|
legacyMoneyDisplay = true, -- set to tru if you want to use the standalone money system hud.
|
||||||
|
|
||||||
-- Area of Play
|
-- Area of Play
|
||||||
enableAopCommand = true,
|
enableAopCommand = true,
|
||||||
aopCommand = "setaop",
|
aopCommand = "setaop",
|
||||||
|
|||||||
Reference in New Issue
Block a user