Installation
π Installation Checklist
1. Database Setup
-- Import files within SQL folder or run the queries manually
-- Creates: business_applications and required business tables2. Add Business License Item
-- Add to qb-core/shared/items.lua
['business_license'] = {
name = 'business_license',
label = 'Business License',
weight = 0,
type = 'item',
image = 'business_license.png',
unique = true,
useable = false,
shouldClose = true,
description = 'Official license to operate a business in the city'
}3. Add Item Image
4. Adjust Config.lua Files
5. Start Resource
6. Restart Server
Last updated