Installation
The installation steps are quite simple.
- It is recommended to download the latest stable version of MariaDB although not required.
- Install the dependencies
- Run the
billing.sql
in your FiveM database. - Configure
vivum-billing/config.lua
and setConfig.Framework = "qb"
if you are using QB-Core, leave unattended if using ESX. - Start the resource
ensure vivum-billing
and everything should seamlessly work. Contact support if issues arise.
Dependencies
- MySQL connector - oxmysql (recommended) or mysql-async
ESX
ESX is already pre-defined in vivum-billing/config.lua
, but if you have changed it earlier and want to switch to ESX again you do so by chaning:
Config.Framework = "esx"
QB-Core
Navigate to vivum-billing/config.lua
and change the config as so:
Config.Framework = "qb"
Standalone
Standalone is supported, however you'll need some additional work inside vivum-billing/server/frameworks/standalone.lua
and also change config as so:
Config.Framework = "standalone"