File Placement

1. File Placement

  1. Download the ap_multicharacter file.

  2. Move the ap_multicharacter folder into the resources directory of your FiveM server. Your directory should resemble this:

    /txData/QBCoreFramework_.../
    └── resources/
        ├── [qb]/
        ├── [standalone]/
        └── ap_multicharacter/  <-- Place it here

2. Configure server.cfg

  1. Open your server.cfg file.

  2. Add this line to ensure the resource starts with the server:

    ensure ap_multicharacter
  3. Order Matters! Ensure ensure ap_multicharacter is listed after all dependencies like qb-core. Here's a suggested load order:

    ...
    ensure qb-core
    ensure qb-spawn
    ensure qb-clothing / illenium-appearance / fivem-appearance
    ...
    ensure ap_multicharacter
    ...

3. Restart Server

  1. Save changes and restart your FiveM server.

  2. Upon connecting, you should see the AP MultiCharacter UI.

Installation is complete! Customize the script further via the Configuration page.

Last updated