Installation

Welcome to the Drug Sales & Market installation guide! In this guide, you'll find step-by-step instructions to help you seamlessly install our asset. By carefully following each step, you can ensure a smooth and trouble-free installation process, provided the documentation is followed in its entirety.

If you encounter any issues after completing this documentation, we recommend reviewing each step carefully once again. After ensuring everything has been followed correctly, you can explore the Common Errors section within this documentation for additional information on frequent errors and troubleshooting tips to resolve issues independently.

Asset Download

You have reference the Information section of Paid Resources for more information on downloading your asset.


Asset Dependencies

-- Dependencies
ensure ox_lib
ensure ox_target
ensure ox_inventory
ensure Renewed-Lib

-- Our Resource
ensure brazzers_sales

SQL Installation

Our resouce auto creates the neccessary tables, but if you decide to do it manually, simply run the provided sql file in the resource.


Item Installation

Head over to ox_inventory/data/weapons.lua and paste the following item

['trapbook'] = {
	label = 'Trap Book',
	weight = 500,
	stack = false,
	client = {
		export = 'brazzers_sales.trapbook',
		image = 'trapbook.png',
	}
},

Last updated