🪖 Military Base Heist🔧 Installation

Installation

Install all resource dependencies

⚠️

Make sure you have the latest versions installed of the resources listed below!

Resource start order

⚠️

It is very important for your resources to start in a correct order to prevent errors from missing dependencies.

ensure ox_lib
ensure framework
ensure ox_target
ensure ox_inventory
ensure peak_military

Onesync

Set onesync to infinity in txAdmin

Items

Add items to ox_inventory/data/items.lua
	['usb_red'] = {
		label = 'Red USB',
		weight = 100,
		stack = true,
		close = true,
	},
 
	['usb_yellow'] = {
		label = 'Yellow USB',
		weight = 100,
		stack = true,
		close = true,
	},

Config

Configurate the script to your liking