swkeep / keep-bags

A bag / backpacks script for fivem (esx,qbcore/qbox)
GNU General Public License v3.0
147 stars 37 forks source link

i put qb-inventory top still geting this message #19

Closed primoixi closed 1 year ago

primoixi commented 1 year ago

i am getting this 1: qb-inventory must started before keep-harmony what should i do? is it ok to continue ignoring?

swkeep commented 1 year ago

No, as the error stated, you need to fix the loading order

ensure qb-core
ensure illenium-appearance
ensure [qb]
ensure [standalone]
ensure [voice]
ensure [defaultmaps]
ensure keep-harmony
# other scripts
ensure keep-bags
primoixi commented 1 year ago

ok thanks for the information