Multi Character Feature for QB-Core Framework 🧑🤝🧑
This version has been reworked using TailwindCSS to make UI customization easier for developers. The functionality remains the same, but the UI is now more flexible and easier to modify.
QBCore Framework
Copyright (C) 2021 Joshua Eger
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
- qb-core
- qb-spawn - Spawn selector
- qb-apartments - For giving the player an apartment after creating a character
- qb-clothing - For the character creation and saving outfits
- qb-weathersync - For adjusting the weather while a player is creating a character
- Ability to create up to 5 characters and delete any character.
- Ability to see character information during selection.
- TailwindCSS integration for easier UI customization and maintenance.
- Download the script and put it in the
[qb]directory. - Add the following code to your
server.cfgorresources.cfg:
ensure qb-core
ensure qb-multicharacter
ensure qb-spawn
ensure qb-apartments
ensure qb-clothing
ensure qb-weathersync
