new ers voice to us voice
This commit is contained in:
@@ -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 ======================--
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user