# bc\_idcard

ID card system | Black City Scripts

This package contains FiveM’s Asset Encryption System but there’s many editable sections of the script!

A **clean, configurable, and easy-to-use** ID card system with fake IDs, multiple card types and much more!

## Dependencies

* ESX legacy
* ox\_inventory
* Fivemanage API key

## Links

CFX forum: <https://forum.cfx.re/t/paid-esx-id-card-license-system-real-fake-ids/5335408>

Tebex: <https://black-city-scripts.tebex.io/package/6902542>

YouTube preview: <https://youtu.be/6hShRljzE84>

## Setup

1. Create the new licensecard item in ox\_inventory

Add the following code to your @ox\_inventory/data/items.lua

```lua
['licensecard'] = {
	label = 'License Card',
	weight = 1,
	stack = false,
	close = true,
	description = nil,
	client = {
        export = 'bc_idcard.usedCard'
    },
},
```

2. Set up your Fivemanage API key in your config

If you haven't registerd yet on fivemanage, you can do it here:  <https://fivemanage.com/>

Create a new API key and add it to @bc\_idcard/config/server.lua

And the script is ready!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://black-city-scripts.gitbook.io/docs/bc_idcard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
