qbcore-framework / qb-adminmenu

Admin Menu Using MenuV
GNU General Public License v3.0
43 stars 247 forks source link

Vehicle Spawn #180

Closed Blaze0341 closed 1 year ago

Blaze0341 commented 2 years ago

Not sure what the issue is but its telling me it cannot index a null value at line 891: label = QBCore.Shared.FirstToUpper(k),

It wont display any categories of vehicles and cant access them to spawn the vehicle. If I comment out the line, I can see blank spots where category labels are supposed to be, and click on them to then see the vehicles and spawn them.

lyncstudio commented 2 years ago

Could not replicate issue on most recent version of QBCore. Please try updating to the most recent version.

Kingplexy commented 1 year ago

I'm getting the same error updating did not fix

WixRoleplay commented 1 year ago

Not sure what the issue is but its telling me it cannot index a null value at line 891: label = QBCore.Shared.FirstToUpper(k),

It wont display any categories of vehicles and cant access them to spawn the vehicle. If I comment out the line, I can see blank spots where category labels are supposed to be, and click on them to then see the vehicles and spawn them.

replace LINE 890 label = QBCore.Shared.FirstToUpper(k), WITH label = k, This should fix it. Add me on Discord Wick#5170

github-actions[bot] commented 1 year ago

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