Documentation

esx_core

Download the Resource

Download the resource from the Cfx.re Portal after purchasing.

Extract and Place into Resources

Download the file, extract it, and place it in your server's resource folder.

Update Config

Make sure to include the resource in your server.cfg if you haven't already.
The resource should be started after your framework and oxmysql.

ensure oxmysql
ensure es_extended
ensure vx_multicharacter

Note: The latest version of oxmysql is maintained by CommunityOx.
You can download it by clicking here.

Conflicting Resources

You must remove any other appearance editor from your server, as this one overrides them.
Below is a list of resources:

  • esx_multicharacter
  • esx_identity

Update the fxmanifest

Make sure to update the fxmanifest.lua to add a new "provides" section if it's not there already
that prevents any errors from being thrown from other ESX resources.

provides({ "esx_identity", "esx_multicharacter" })

Configure the Resource

You can now configure the resource; all configs are in the config folder.

Restart Server

Once you've completed all the steps above, you should be set.

On this page