Hey there,
I am brand new to QBCore and still trying to figure everything out. I have some questions I hope you guys can help me figure out so that I can use this base better. I have looked through the docs and havent seen anything related to these, but if I have missed it, please do point me in the right direction.
Does a job have to have 4 paygrades? Can it be more or less?
Can you have multiple jobs relating to one field? Like multiple police jobs if I had multiple agencies?
What does all the symbols at the bottom of the hud below the minimap mean?
I can’t seem to access the weapon wheel anymore, how do you use guns now?
I tried getting police cars out of the garage but then it said it was empty. So I spawned in some police cars and tried to store them, but it said they couldn’t be stored. How do I do that?
When I go to a bank and hit e to access it, it does nothing. How do I fix this?
I probably will have more questions, but these are the ones I came up with now.
You can edit as many grades as you wish to the job.lua. However, when you update the jobs, you need to reassign said person the job so it updates.
Yes, but you will need to do some editing, there is now a playerjob.type if you check in the docs
Health, Hunger, Thirst, Armour, Stress, Stamina
It’s all inventory base, you will need to give yourself the item, put it in your hotbar, and press the corresponding number. You can enable it though if you so wish, but it’s not recommended with qbcore.
Any cars you wish to work with the framework need to be added to the vehicles.lua.
You probably forgot to insert the sql, if you didn’t do it with txadmin, if not, you’d need to provide some sort of error.
Appricate the answers, related to number 6, how do I insert the sql (what should I look for as well) I just freshly installed a new qbcore server through txadmin. Also where can I find the vehicles.lua for the police job?
Don’t know personally why this is. But its a very easy thing to do. You just go into your database, go to import, and import the sql file you need (in this case the banking one), phpmyadmin does the rest for you.
I’ve just done it. Okay so very easy even for me and I’m dumb
Open phpmyadmin (Through XAMPP or Heidi or whatever you use.
Find the import button and go into your server folder and find the file your having trouble with (in my case banking) inside there you should have an sql file, attach that to the file explorer page it brings up after hitting import.