1. Installation

Follow these steps to install successfully:


[ DEPENDENCIES ]

  • qb-core, qbox, es_extended

  • kb-streamertab (included)

  • oxmysql


[ CONFIGURATION ]

You can customize the following settings in the config.lua file:

  • Adjust time intervals.

  • Modify payout amounts.

  • Customize viewer gain and loss rates.

  • Configure available upgrades.

  • Enable or disable donations and NPC chat interactions.

  • Add your own chat messages, donor names, and viewer names.

  • Add/Change/Customise your own Animations / Poses.

  • Change the phone/camera prop.


[ INSTALL - QBCORE ]

  1. Ensure you have the latest version of QBCore Framework installed

  2. Copy the [kb-livestreamer] folder to your server resources directory

  3. Add ensure kb-livestream & ensure kb-streamertab to your server.cfg

  4. Add these to qb-core/shared/items.lua

camera = {name = 'camera', label = 'Streaming Camera', weight = 2000, type = 'item', image = 'camera.png', unique = false, usable = true, shouldClose = true, combinable = nil, description = 'Go live and stream to the world!'},

streamer_tablet = {name = 'streamer_tablet', label = 'Streamer Tablet', weight = 1500, type = 'item', image = 'tablet.png', unique = false, useable = true, shouldClose = true, combinable = nil, description = 'Check out who is live!'},

  1. Add the photos that is in the [add-images] to qb-inventory/html/images/.

  2. Run the freshinstall.sql or update.sql file in your database.

  3. Restart your server


[ INSTALL - ESX/QBOX ]

  1. Ensure you have the latest version of QBCore Framework installed

  2. Copy the [kb-livestreamer] folder to your server resources directory

  3. Add ensure kb-livestream & ensure kb-streamertab to your server.cfg

  4. Add these to ox_inventory/data/items.lua or the appropriate directory for your items.

['camera'] = { label = 'camera', },

['streamer_tablet'] = { label = 'streamer_tablet', },

  1. Place the photos from the [add-images] folder into ox_inventory\web\images or the appropriate directory for your inventory script.

  2. Run the freshinstall.sql or update.sql file in your database.

  3. Restart your server


[ SUPPORT ]

You can receive support here on our discord: https://discord.gg/a2ERj8DhvH

Last updated