💡Installation
Installation guide of Busker System
Step 1: Move resource
Extract the zip you downloaded from keymaster and drop the stg_butcher folder in the resources folder.
Step 2: Install SQL files
Insert the stg_butcher/setup-files/data.sql file to your database.
Step 3: Install items
INSERT INTO `items` (`name`, `label`) VALUES
('guitar', 'Guitar');qb-core/shared/items.lua
['guitar'] = {['name'] = 'guitar', ['label'] = 'Guitar', ['weight'] = 100, ['type'] = 'item', ['image'] = 'guitar.png', ['unique'] = false, ['useable'] = true, ['shouldClose'] = false, ['combinable'] = nil, ['description'] = 'Guitar'},Step 4: Install requirement scripts
Step 5: Start script
Start stg_busker in server.cfg.
ensure stg_buskerLast updated