Did you add a script recently ?
Make sure to grab the latest core files here
Ive tried this just now and didnāt change anything I already have it properly installed and still get the console error āNo such export GetCoreObject in resource qb-coreā
I only downloaded the qb framework and nothing else.
Are you starting qb-core first (Ensuring qb-core before all the rest)? Your qb-core resource should also be called exactly āqb-coreā.
Putting ensure qb-core first fixed my issue thank you
Hello, I have a question, how do I remove that all vehicles doors are lock??
this is not working for despite puting god admin its impostible, in my conse its saying permission denied can you please advice
screenshot of your user table for the player you want admin perms for? And what commands are you trying that are denied?
Iām pretty sure that access denied error has nothing to do with qbcore. Those are ESX ace perms located in your server.cfg. Either set your identifer as admin in the server.cfg or remove them if they are old ESX perms.
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_ace resource.es_extended command.add_ace allow
add_ace resource.es_extended command.add_principal allow
add_ace resource.es_extended command.remove_principal allow
add_ace resource.es_extended command.stop allow
i dont understand i have addedd my self in database so i can /admin but its says not allowed
what do you suggest i do in order for me to access adminmenu for this framework cause ive seen videos and tried eveything but still nothing
I just looked at the qbcore commands page and see no command named /admin. qb-core/commands.lua at main Ā· qbcore-framework/qb-core Ā· GitHub
this is what i follow but im not able to opne admin menu
Looking at the qbcore documentation, they expect you to set an admin in the server.cfg. Have you done that?
# Add system admins
add_ace group.admin command allow # allow all commands
add_ace group.admin command.quit deny # but don't allow quit
add_principal identifier.fivem:1 group.admin # add the admin to the group
hey so im having a big problem with the qb-apartment i cant use qb-target i dont know how to config it or is there a work around ?
Iām all of a sudden having issues with qb-phone and qb-banking
If a player goes to the bank and withdraws or deposits money, the phone doesnāt update balance for a few minutes, or after a server restart.
Where would I fix this?
got this error when i get to the character screen and when i click my character it wont show up, when i press play and im starting to load onto the server fivem crashes. but if i keep pressin other character and wait for them to show up and then select my main character he shows up and i can press play and join the serverā¦anyone know how to fix this ?
Have you tried updating your artifacts?