From 57c86bfdbfe73a5c23492d8e72c7483d46dfc768 Mon Sep 17 00:00:00 2001 From: Andyyy7666 <86536434+Andyyy7666@users.noreply.github.com> Date: Mon, 10 Jan 2022 00:55:35 +0100 Subject: [PATCH] Update config_client.lua Added option to use old money hud from the currency system. --- ND_Core/config_client.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ND_Core/config_client.lua b/ND_Core/config_client.lua index 3301f42..c026236 100644 --- a/ND_Core/config_client.lua +++ b/ND_Core/config_client.lua @@ -69,6 +69,8 @@ config = { salaryAmount = 300, -- the daily amount that players will receive. 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 enableAopCommand = true, aopCommand = "setaop",