This commit is contained in:
tekken
2023-07-23 08:32:07 +02:00
committed by GitHub
parent 2c5b5c92d8
commit 560a702861
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -60,9 +60,9 @@ AddEventHandler('esx:playerLoaded', function(xPlayer, isNew, skin)
local playerId = PlayerId()
-- RemoveHudCommonents
for i = 1, #(Config.RemoveHudCommonents) do
if Config.RemoveHudCommonents[i] then
-- RemoveHudComponents
for i = 1, #(Config.RemoveHudComponents) do
if Config.RemoveHudComponents[i] then
SetHudComponentPosition(i, 999999.0, 999999.0)
end
end
+1 -1
View File
@@ -57,7 +57,7 @@ Config.DisableScenarios = false -- 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
Config.RemoveHudCommonents = {
Config.RemoveHudComponents = {
[1] = false, --WANTED_STARS,
[2] = false, --WEAPON_ICON
[3] = false, --CASH