qbcore-framework / qb-smallresources

A compilation of small resources combined into one
GNU General Public License v3.0
51 stars 346 forks source link

[BUG] #388

Closed 300grim closed 9 months ago

300grim commented 1 year ago

Describe the bug I have removed "14" from my disabled hud components in my config, and don't see it anywhere listed in my hudcomponents.Lua, however I still get no reticle on my weapons.

To Reproduce

  1. install qb-smallresources
  2. remove "14" from disabledhudcomponents
  3. Restart server
  4. aim your gun to see if there is a reticle
  5. no error listed, no reticle shown. followed all steps listed as the remedy online.

Expected behavior: See my reticle when aiming my firearm.

Questions (please complete the following information):

allChuu commented 1 year ago

It's in config.lua of smallresources that you will find

Config.Disable = { disableHudComponents = {1, 2, 3, 4, 7, 9, 13, 14, 19, 20, 21, 22}, -- Hud Components: https://docs.fivem.net/natives/?_0x6806C51AD12B83B8

Their you remove the 14

300grim commented 1 year ago

It's in config.lua of smallresources that you will find

Config.Disable = { disableHudComponents = {1, 2, 3, 4, 7, 9, 13, 14, 19, 20, 21, 22}, -- Hud Components: https://docs.fivem.net/natives/?_0x6806C51AD12B83B8

Their you remove the 14

i have already removed the 14, still no reticle

github-actions[bot] commented 10 months ago

This issue has had 60 days of inactivity & will close within 7 days