Installation

Installation of the NYX ID Cards / Licenses resource. Please ensure you've read all of this guide and completed all the steps before opening a ticket!

Download Your Resources

You will have been given access to a new resource via Keymaster:

nyx_licenses

Add Your Resources

Add the downloaded resources to your resources folder. We personally like to structure our folders like below:

resources/
    [nyx]/
        nyx_licenses

Add the resources to your server.cfg:

# If you used our folder structure, you can just ensure the folder
ensure [nyx]

# Otherwise, just start the resources
ensure nyx_licenses

Install/Setup The Dependencies

This resource requires screenshot-basic and a FiveManage account to work. First download and install screenshot-basic:

Register for a FiveManage account:

Create a Team:

Navigate to tokens:

Create a new token:

Reveal and copy the token:

Add this token to your config:

config.fiveManageToken = ''

Add The Required Items

Add the following items to your qb-core/shared/items.lua :

Inventory Items

Configuration

For the most part, the licenses system is drag and drop and will start working immediately. For advanced usage, you must configure it.

Check out all of the options in nyx_licenses/config.lua :

Config

Last updated