βCommon Issues / FAQ
I do not use any framework, will handling system work on my server?
I change handling values, but they make no effect, when I reload tablet they get back to default
Fix permissions for qbcore server.
# If using group.admin:
add_principal identifier.fivem:<REPLACE_ME> group.admin
# Add qbcore.admin:
add_principal identifier.fivem:<REPLACE_ME> qbcore.adminConfig.Permissions = {
{ type = 'frameworkgroup', value = 'god', permissions = FULL_PERMS },
{ type = 'frameworkgroup', value = 'superadmin', permissions = FULL_PERMS },
{ type = 'frameworkgroup', value = 'admin', permissions = FULL_PERMS },
-- ADD THIS:
{type = 'identifier', value = 'fivem:<REPLACE_ME>', permissions = FULL_PERMIS},
-- {type = 'ace', value = 'handlingtuning', permissions = {}},
}Last updated