Skip to content

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 ytyp requests)
  • Shared config (shared_config.lua) + client/server split
  • Country data (countries.json) and audio assets under html/audio/

Dependencies

  • qb-core
  • qb-spawn
  • oxmysql (server)
  • Server loads @qb-apartments/config.lua

Notes

  • Keep all DLC_ITYP_REQUEST entries 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

  1. Copy the folder to resources/[MULTI]/Trap-MultiCharacter (keep the name Trap-MultiCharacter).
  2. Ensure fxmanifest.lua is at the resource root.
  3. Add ensure Trap-MultiCharacter (or your category folder) after qb-core, qb-spawn, and oxmysql.
  4. Configure shared_config.lua and UI files as needed.
  5. Restart the server.