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 ]
Ensure you have the latest version of QBCore Framework installed
Copy the
[kb-livestreamer]
folder to your server resources directoryAdd
ensure kb-livestream
&ensure kb-streamertab
to your server.cfgAdd 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!'},
Add the photos that is in the [add-images] to
qb-inventory/html/images/
.Run the
freshinstall.sql
orupdate.sql
file in your database.Restart your server
[ INSTALL - ESX/QBOX ]
Ensure you have the latest version of QBCore Framework installed
Copy the
[kb-livestreamer]
folder to your server resources directoryAdd
ensure kb-livestream
&ensure kb-streamertab
to your server.cfgAdd these to
ox_inventory/data/items.lua
or the appropriate directory for your items.
['camera'] = { label = 'camera', },
['streamer_tablet'] = { label = 'streamer_tablet', },
Place the photos from the [add-images] folder into
ox_inventory\web\images
or the appropriate directory for your inventory script.Run the
freshinstall.sql
orupdate.sql
file in your database.Restart your server
[ SUPPORT ]
You can receive support here on our discord: https://discord.gg/a2ERj8DhvH
Last updated