Installation

πŸ“‹ Installation Checklist

1. Database Setup

-- Import files within SQL folder or run the queries manually
-- Creates: business_applications and required business tables

2. 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

  • Create/download business_license.png (250x250px)

  • Place in qb-inventory/html/images/

4. Adjust Config.lua Files

  • Config.lua

  • Config_stockmarket.lua

5. Start Resource

6. Restart Server

Last updated