File Placement
1. File Placement
Download the
ap_multicharacter
file.Move the
ap_multicharacter
folder into theresources
directory of your FiveM server. Your directory should resemble this:/txData/QBCoreFramework_.../ └── resources/ ├── [qb]/ ├── [standalone]/ └── ap_multicharacter/ <-- Place it here
2. Configure server.cfg
server.cfg
Open your
server.cfg
file.Add this line to ensure the resource starts with the server:
ensure ap_multicharacter
Order Matters! Ensure
ensure ap_multicharacter
is listed after all dependencies likeqb-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
Save changes and restart your FiveM server.
Upon connecting, you should see the AP MultiCharacter UI.
Installation is complete! Customize the script further via the Configuration page.
Last updated