qbcore-framework / qb-weapons

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

[BUG] The number of bullets does not appear #151

Closed 03nt1ty closed 1 year ago

03nt1ty commented 1 year ago

The number of bullets in the weapon is not displayed on the top right corner of the screen, what is the problem

djraymond commented 1 year ago

replace this = disableHudComponents = {1, 2, 3, 4, 7, 9, 13, 14, 19, 20, 21, 22},

with this disableHudComponents = {1, 2, 3, 4, 7, 9, 13, 14, 19, 20, 21},

in qb-smallresources/config line 93