Installation

1. Download Resource

Download the purchased resource from CFX Portal - the official site of FiveM with purchased resources.


2. Environment Requirements

1

Remove conflict scripts

Remove your previous identity system, e.g. esx_identity.

2

Make changes to external resources

  1. Go to your es_extended/shared/config/main.lua file.

  2. Find options Config.Identity

  3. Set parameter to true:

Config.Identity = true

3. Start Resource

To start a resource in your server.cfg, ensure that it begins after your framework has been initiated. For instance, if you are using a framework like es_extended, you should start resource after it, like so:

start [core] # For example, here is your framework (esx/qb-core)

# VMS Resources
start vms_multichars
start vms_identity

Ensure there are no syntax errors or incorrect paths in your server.cfg.

Last updated

Was this helpful?