QBCore
Last updated
Last updated
This is NOT a laptop problem, for some reason in the latest qb-core exists a bug where existing players can't have new money accounts: If you are using the latest qb-core and you get the following message on console:
And you are 200% sure the account is registered correctly in your qb-core, is because of the qb-core bug, to fix it you need to add the code I provide here:
The UsableItems function in qb-core is also broken , implement the following fix:
Go to qb-core/server/functions.lua
> search for function QBCore.Functions.CreateUseableItem and replace it with this:
To avoid any error prints when you restart a resource go to qb-core/server/events.lua
delete the event onResourceStop
This errors are caused by qb-core and not my scripts.