Other
Invalid identifier type for config value Config.Characters.IdentifierType
That issue is being returned whenever your Config.Characters.IdentifierType
value differs from the original list of available identifiers. Mostly used are:
license
license2
steam
Make sure to check what identifier type your framework is using. You can find that for ESX in function ESX.GetIdentifier
:
Or in qb-core call of function QBCore.Functions.GetIdentifier
:
Last updated