Skip to content

qbcore

Installation

  • Setup qbcore
  • Remove qb-multicharacter if enabled
  • Set the framework in the config file
    • In sh_config.lua set CONFIG.FRAMEWORK to FRAMEWORK.QB or 'qb'

Configure max number of characters

  • In sh_config.lua set the CONFIG.MAX_CHARACTERS to a number of your choice e.g. 3.
CONFIG.MAX_CHARACTERS = 3;