Iconix StudiosDocs

Product documentation

Advanced Licenses

Configure identity documents, licenses, badges, permits, live metadata, job credentials, nearby presentation, and secure validation.

QBCoreESX LegacyQbox
Version1.x
Dependenciesframework player metadata, notification adapter, optional job permissions
SupportDocumentation + Discord

Overview

Advanced Licenses turns ID cards, permits, badges, and credentials into a configurable roleplay system connected to character metadata.

Installation

Start the resource after your framework so character metadata and job data are available.

  1. Download the purchased asset from the official Tebex/Cfx.re delivery flow.
  2. Place the resource in your server resources folder using the documented folder name.
  3. Install required dependencies before starting the Iconix resource.
  4. Add the resource to server.cfg after dependencies and before dependent custom scripts.
  5. Restart the server or resource on a staging server and review client/server console output.
ensure your_framework
ensure iconix-advancedlicenses

Card types

Define each license, badge, permit, or identity document as a separate card type.

Config.Documents = {
  driver = {
    label = "Driver License",
    source = "metadata.licenses.driver",
    expires = true
  },
  police_badge = {
    label = "Police Badge",
    job = "police",
    layout = "department"
  }
}

Use clear labels for players.

Keep validation server-side for job or license-gated documents.

Testing checklist

Test documents with normal players, job roles, expired documents, and nearby presentation.

  1. Create a player with valid metadata and show each card type.
  2. Test a player without permission for restricted badges.
  3. Confirm nearby players receive the correct document view.
  4. Test expiration or invalid data behavior.

FAQ

Common questions

Can I create custom cards?

Yes. Card fields, labels, permissions, data sources, and layouts are configurable.

Can cards use live framework metadata?

Yes. Cards can render values from character, job, license, and custom metadata.

Ready to install Advanced IDs?

Review the installation checklist, test on staging, then purchase or open a support ticket if your framework stack needs confirmation.