prp-characters
prp-characters is a multi-character selection system with a 3D ped carousel, character creation/deletion, and a bus-stop spawn picker (DUI on custom props, with NUI fallback).
Features
- Multi-framework - Qbox (
qbx_core), QB-Core, ESX, ND Core and ox_core viaprp-bridge - 3D character selection - preview peds with appearance applied from your clothing resource
- Character create & delete - configurable slot count and delete toggle
- Bus-stop spawn select - interactive DUI board on streamed bus-stop props, with NUI fallback if props are unavailable
- Appearance bridge - supports
illenium-appearance,fivem-appearance,qb-clothingandesx_skin - Editable configs - selection scenes, spawn points, bus stops, locales and open hooks are escrow-ignored
- Routing buckets - selection runs in an isolated bucket so players do not collide during character select
Supported frameworks
BridgeConfig.FrameWork | Framework | Notes |
|---|---|---|
"qbx_core" | Qbox | Set useExternalCharacters = true |
"qb-core" | QB-Core | Stop qb-multicharacter |
"es_extended" | ESX | Stop esx_multicharacter / esx_identity |
"nd_core" | ND Core | Stop ND_Characters / ND_Players; multi-character is enabled by the adapter |
"ox_core" | ox_core | Set ox:characterSelect 0 and preferably ox:characterSlots |
See Installation for framework-specific setup.