tweak(es_extended/config): Change Default values

These better suit the base experience
This commit is contained in:
Kasey FItton
2024-10-24 13:51:24 +01:00
parent b7d6d9f319
commit 42cf08e9a3
+6 -6
View File
@@ -58,8 +58,8 @@ Config.AdminLogging = false -- Logs the usage of certain commands by those with
Config.DisableHealthRegeneration = false -- Player will no longer regenerate health
Config.DisableVehicleRewards = false -- Disables Player Receiving weapons from vehicles
Config.DisableNPCDrops = false -- stops NPCs from dropping weapons on death
Config.DisableDispatchServices = false -- Disable Dispatch services
Config.DisableScenarios = false -- Disable Scenarios
Config.DisableDispatchServices = true -- Disable Dispatch services
Config.DisableScenarios = true -- Disable Scenarios
Config.DisableWeaponWheel = false -- Disables default weapon wheel
Config.DisableAimAssist = false -- disables AIM assist (mainly on controllers)
Config.DisableVehicleSeatShuff = false -- Disables vehicle seat shuff
@@ -70,10 +70,10 @@ Config.RemoveHudComponents = {
[3] = false, --CASH
[4] = false, --MP_CASH
[5] = false, --MP_MESSAGE
[6] = false, --VEHICLE_NAME
[7] = false, -- AREA_NAME
[8] = false, -- VEHICLE_CLASS
[9] = false, --STREET_NAME
[6] = true, --VEHICLE_NAME
[7] = true, -- AREA_NAME
[8] = true, -- VEHICLE_CLASS
[9] = true, --STREET_NAME
[10] = false, --HELP_TEXT
[11] = false, --FLOATING_HELP_TEXT_1
[12] = false, --FLOATING_HELP_TEXT_2