mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
Merge pull request #766 from esx-framework/revert-751-develop
Revert "refactor playerclass and default hud settings"
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
[esx_addons]/esx_property/properties.json
|
|
||||||
@@ -36,19 +36,19 @@ Config.DisableNPCDrops = false -- stops NPCs from dropping weapons on
|
|||||||
Config.DisableWeaponWheel = false -- Disables default weapon wheel
|
Config.DisableWeaponWheel = false -- Disables default weapon wheel
|
||||||
Config.DisableAimAssist = false -- disables AIM assist (mainly on controllers)
|
Config.DisableAimAssist = false -- disables AIM assist (mainly on controllers)
|
||||||
Config.RemoveHudCommonents = {
|
Config.RemoveHudCommonents = {
|
||||||
[1] = true, --WANTED_STARS,
|
[1] = false, --WANTED_STARS,
|
||||||
[2] = true, --WEAPON_ICON
|
[2] = false, --WEAPON_ICON
|
||||||
[3] = true, --CASH
|
[3] = false, --CASH
|
||||||
[4] = true, --MP_CASH
|
[4] = false, --MP_CASH
|
||||||
[5] = false, --MP_MESSAGE
|
[5] = false, --MP_MESSAGE
|
||||||
[6] = true, --VEHICLE_NAME
|
[6] = false, --VEHICLE_NAME
|
||||||
[7] = true,-- AREA_NAME
|
[7] = false,-- AREA_NAME
|
||||||
[8] = true,-- VEHICLE_CLASS
|
[8] = false,-- VEHICLE_CLASS
|
||||||
[9] = true, --STREET_NAME
|
[9] = false, --STREET_NAME
|
||||||
[10] = false, --HELP_TEXT
|
[10] = false, --HELP_TEXT
|
||||||
[11] = false, --FLOATING_HELP_TEXT_1
|
[11] = false, --FLOATING_HELP_TEXT_1
|
||||||
[12] = false, --FLOATING_HELP_TEXT_2
|
[12] = false, --FLOATING_HELP_TEXT_2
|
||||||
[13] = true, --CASH_CHANGE
|
[13] = false, --CASH_CHANGE
|
||||||
[14] = false, --RETICLE
|
[14] = false, --RETICLE
|
||||||
[15] = false, --SUBTITLE_TEXT
|
[15] = false, --SUBTITLE_TEXT
|
||||||
[16] = false, --RADIO_STATIONS
|
[16] = false, --RADIO_STATIONS
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user