mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 17:28:53 +00:00
Merge pull request #1121 from tekkenkkk/typo
fix(es_extended/client): fix RemoveHudCommonents typo
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -58,7 +58,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
|
||||
|
||||
Reference in New Issue
Block a user