Trap-MultiCharacter¶
QBCore multicharacter with dep cuberoom MLO streamed in the same resource.
Features¶
- Multicharacter flow with NUI (
html/, Vue-based UI) - Streamed cuberoom map archetypes (multiple
ytyprequests) - Shared config (
shared_config.lua) + client/server split - Country data (
countries.json) and audio assets underhtml/audio/
Dependencies¶
qb-coreqb-spawnoxmysql(server)- Server loads
@qb-apartments/config.lua
Notes¶
- Keep all
DLC_ITYP_REQUESTentries if you use the streamed cuberoom props. - Map + gameplay live in one resource — start order: core deps first, then this resource.
Installation¶
How to install¶
- Copy the folder to
resources/[MULTI]/Trap-MultiCharacter(keep the nameTrap-MultiCharacter). - Ensure
fxmanifest.luais at the resource root. - Add
ensure Trap-MultiCharacter(or your category folder) afterqb-core,qb-spawn, andoxmysql. - Configure
shared_config.luaand UI files as needed. - Restart the server.