From 7b9ef479c172534bd4ec6fb63e8ab11be5aa148b Mon Sep 17 00:00:00 2001 From: KingMcDonalds Date: Tue, 26 Aug 2025 10:27:54 -0700 Subject: [PATCH] new ers voice to us voice --- resources/[ERS]/night_ers/config/config.lua | 8 ++++---- resources/[ERS]/night_ers/config/towtools-config.lua | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/[ERS]/night_ers/config/config.lua b/resources/[ERS]/night_ers/config/config.lua index d0dee6ee8..7ef804c28 100644 --- a/resources/[ERS]/night_ers/config/config.lua +++ b/resources/[ERS]/night_ers/config/config.lua @@ -6,9 +6,9 @@ Config = { Debug = false, -- Enable or disable Debug, recommended to set to false for improved gameplay (resmon is very high in debug mode). EventPrefix = "night_ers", -- Leave this be. - Language = "en", -- Available languages: en | us | nl | de | fr | he | cs | pt-br | sv | (Ajust text in config/translations.lua) - SoundLanguage = "en", -- Available languages: en | us | fr | de | (Ajust text in config/sound-config.lua) - DOBFormat = "en", -- Options: en | us + Language = "us", -- Available languages: en | us | nl | de | fr | he | cs | pt-br | sv | (Ajust text in config/translations.lua) + SoundLanguage = "us", -- Available languages: en | us | fr | de | (Ajust text in config/sound-config.lua) + DOBFormat = "us", -- Options: en | us UseImperial = false, -- Options: true = feet (mi) | false = meters (km) (Determines whether to display distances in feet (true) or meters (false)) Timezone = "Europe/London", -- Set the timezone which the script uses. https://en.wikipedia.org/wiki/List_of_tz_database_time_zones @@ -34,7 +34,7 @@ Config = { UsePersistentEntities = false, -- If true, persistent entities will be used and NPC data will be stored in the database, to later look up via the MDT. }, Enable_Night_Subtitles = true, -- Optional PAID (Included with ERS): https://store.nights-software.com/package/6043540 (Enables good looking subtitles instead of FiveM native mission text) - Enable_Nearest_Postal = false, -- Optional FREE: https://docs.nights-software.com/resources/nightShifts/#installing-nearest-postal-optional (client/c_functions.lua for GetPostal()) + Enable_Nearest_Postal = true, -- Optional FREE: https://docs.nights-software.com/resources/nightShifts/#installing-nearest-postal-optional (client/c_functions.lua for GetPostal()) Enable_Discord_Webhooks = true, -- Set your webhook URL in server/s_functions.lua. --====================== DISCORD RICH PRESENCE ======================-- diff --git a/resources/[ERS]/night_ers/config/towtools-config.lua b/resources/[ERS]/night_ers/config/towtools-config.lua index 693a9ff18..c264d5703 100644 --- a/resources/[ERS]/night_ers/config/towtools-config.lua +++ b/resources/[ERS]/night_ers/config/towtools-config.lua @@ -19,13 +19,13 @@ Config.TowableVehicleClasses = { [10] = true, -- Industrial [11] = true, -- Utility [12] = true, -- Vans - [13] = false,-- Cycles + [13] = true,-- Cycles [14] = false,-- Boats [15] = false,-- Helicopters [16] = false,-- Planes [17] = true, -- Service [18] = true, -- Emergency - [19] = true, -- Military + [19] = false, -- Military [20] = true, -- Commercial [21] = false,-- Trains [22] = true, -- Open Wheel