Documentation

qbox_core

Download the Resource

Download the resource from the Cfx.re Portal after purchasing.

Extract and Place into Resources

Download the file, extract it, and place it in your server's resource folder.

Update Config

Make sure to include the resource in your server.cfg if you haven't already.
The resource should be started after your framework and oxmysql.

ensure oxmysql
ensure qbx_core
ensure vx_multicharacter

Note: The latest version of oxmysql is maintained by CommunityOx.
You can download it by clicking here.

Configuration Instructions for QBX Core

To properly set up the qbx_core, you will need to modify the configuration file and adjust some settings. Follow these steps to ensure the correct setup:

  1. Access the Configuration File:
    Navigate to the qbx_core/config/client.lua file on your server. This file contains all the necessary settings to customize your core functionality.

  2. Update Configuration Values:
    Locate the settings within this file and modify the following values to ensure they match your server's requirements:

    useExternalCharacters = true
    startingApartment = false
    • Setting useExternalCharacters to true allows integration with external character systems, providing more flexibility in character management.
    • Setting startingApartment to false disables any starting apartments, which is necessary due to the fact that the multicharacter has its own logic that supports qbx_properties.

Configure the Resource

You can now configure the resource; all configs are in the config folder.

Restart Server

Once you've completed all the steps above, you should be set.

On this page