From 2a929c89ce1e0d2c85e8e7690be4697673ce6d5e Mon Sep 17 00:00:00 2001 From: KingMcDonalds Date: Thu, 17 Jul 2025 07:55:17 -0700 Subject: [PATCH] fixing mdt script --- resources/night_shifts/config/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/night_shifts/config/config.lua b/resources/night_shifts/config/config.lua index 177252461..2eb28fff1 100644 --- a/resources/night_shifts/config/config.lua +++ b/resources/night_shifts/config/config.lua @@ -29,7 +29,7 @@ Config = { TimeFormat = "en-GB", -- en-US, fr-FR, de-DE etc. KMHorMPH = "MPH", -- "KMH" or "MPH" - Enable_Discord_API = true, -- You need the discord API for this script, otherwise it will not work https://store.nights-software.com/package/5035729 [FREE] Included in the Tebex package. + Enable_Discord_API = false, -- You need the discord API for this script, otherwise it will not work https://store.nights-software.com/package/5035729 [FREE] Included in the Tebex package. Enable_Nearest_Postal = false, -- Nearest-postal integration, if false it will always return "Unknown" on postals. (CFX Post: https://forum.cfx.re/t/release-nearest-postal-script/293511) Edit getPostal(x,y) in c_functions.lua if you desire to integrate your own postal system. Enable_MDT_Battery_System = true, -- Set to false to disable the battery system, if disabled it'll always stay 100%. Charging can be done in vehicles and interiors DefaultSoundVolume = 0.15, -- Used for notifications. Higher than 0.5 will set it to 0.25, limited to protect ears