qbcore-framework / qb-smallresources

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

Clarity on disable hud components #465

Open Jamie9192 opened 1 month ago

Jamie9192 commented 1 month ago

Describe Pull request Changed Config.Disable.hudComponents to an array. {component_name:string, should_disable:boolean}

this means, you may not need to follow the link to docs and makes it clearer which each number does.

The strings can be altered if you wish to make more descriptive as they arent referenced anywhere. Could also be done with an array of booleans and comments if preferred.

Questions (please complete the following information):