Installation

Target

Go into the fxmanifest and change to your desired targeting script

dependencies {
    'qb-core',
    'ox_target', -- comment out if using qb target
    -- 'qb-target'  -- comment out if using ox target
}

If using licenses

QB Inventory

In qb-core/shares/items.lua file

business_license 	        = {name = 'business_license', 		        label = 'Business License', 		 	    weight = 1, 		type = 'item', 		image = 'business_license.png', 	    unique = false, 	useable = true, 	shouldClose = true,	   combinable = nil,                    description = 'Business License'},

OX Inventory

In ox-inventory shared items file

['business_license'] = {  
    label = 'Business License',  
    weight = 1,  
    type = 'item',  
    image = 'business_license.png',   
    canRemove = true,  
}

Item Image

Enjoy! You can let us know if theres any issues or if you have any questions here

Last updated