qbcore-framework / qb-weapons

Weapon Logic Script For QB-Core :gun:
GNU General Public License v3.0
29 stars 195 forks source link

Missing my Aiming Reticle from my server QBCore, anyone know how I can activate it back?! Idk how that happen. Never touched the weapons file. #133

Closed xxUnknown13xx closed 2 years ago

xxUnknown13xx commented 2 years ago

Describe the bug A clear and concise description of what the bug is. A stranger to qbcore should be able to read your bug report and understand how to reproduce it themselves and understand how the feature should work normally.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Use this item '....' (item's name from shared.lua if applicable)
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Questions (please complete the following information):

Additional context Add any other context about the problem here.

singh-manavv commented 2 years ago

Go to qb-smallresources > client > hudcomponents.lua > line 16 where it says HideHudComponentThisFrame(14) and comment this line or remove it

xxUnknown13xx commented 2 years ago

Thank you so much!

Striker-Qc commented 1 year ago

look like the error is still there but we dont have HideHudComponentThisFrame(14) on line 16 for the latest release

sklpz commented 6 months ago

you can pretty much do the same, just delete "HideHudComponentThisFrame(!)" and it will work