mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
tweak(es_extended/config): Change Default values
These better suit the base experience
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user