Installation

Quick and easy tutorial to ensure the resource is installed properly

Welcome to the Radar & Lidar System 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_inventory
ensure Renewed-Lib

-- Our Resource
ensure brazzers_radar

Installing The Item

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

['WEAPON_PROLASER4'] = {
	label = 'Lidar',
	weight = 700,
	durability = 0.1,
},

Head over to ox_inventory/data/items.lua and past the following item

['jammer'] = {
	label = 'Radar Jammer',
	weight = 500,
	stack = false,
	client = {
		export = 'brazzers_radar.jammer',
		image = 'jammer.png',
	}
},

Locate the image for the item in brazzers_radar/images and drag and drop that into ox_inventory/web/images


Last updated