Product documentation
Advanced Licenses
Configure identity documents, licenses, badges, permits, live metadata, job credentials, nearby presentation, and secure validation.
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.
- Download the purchased asset from the official Tebex/Cfx.re delivery flow.
- Place the resource in your server resources folder using the documented folder name.
- Install required dependencies before starting the Iconix resource.
- Add the resource to server.cfg after dependencies and before dependent custom scripts.
- Restart the server or resource on a staging server and review client/server console output.
ensure your_framework
ensure iconix-advancedlicensesCard 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.
- Create a player with valid metadata and show each card type.
- Test a player without permission for restricted badges.
- Confirm nearby players receive the correct document view.
- 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.
