🔑azakit_vehiclekey

Manual Guide

INSTALLATION [ESX]

1. Download

Download the repository.

2. Unzip The Folder

Unzip the script folder. Add the azakit_vehiclekey to your resources folder.

3. Ensure

Add ensure azakit_vehiclekey to your server.cfg.

This should be under your essentials resources.

ensure azakit_vehiclekey

CONFIGURATION

4. Configure

Configure the config.lua file present in the resource, with the help of comments to facilitate your configuration. Check: config.lua

5. Create Item

Create the items in your inventory.

OX Inventory Items

['vehicle_key'] = {
	label = 'vehicle key',
	weight = 15,
	stack = true,
	close = true,
	description = nil
},

['lockpick'] = {
	label = 'lockpick',
	weight = 15,
	stack = true,
	close = true,
	description = nil
},

6. Restart Server

Restart your game server and enjoy the system.

Last updated