๐Ÿฎazakit_cowmilking

Manual Guide

INSTALLATION [ESX/QBCore]

1. Download

Download the repository.

2. Unzip The Folder

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

3. Ensure

Add ensure azakit_cowmilking to your server.cfg.

This should be under your essentials resources.

ensure azakit_cowmilking

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

['bottle'] = {
	label = 'Bottle',
	weight = 20,
	stack = true,
	close = true,
	description = nil
},

['bucket'] = {
	label = 'Bucket',
	weight = 20,
	stack = true,
	close = true,
	description = nil
},

['bucketmilk'] = {
	label = 'Bucket Milk',
	weight = 520,
	stack = true,
	close = true,
	description = nil,
	client = {
		export = "azakit_cowmilking.useItem"
	}
},

['homemademilk'] = {
	label = 'Homemade milk',
	weight = 120,
	stack = true,
	close = true,
	description = nil
},

6. Fxmanifest

When switching from ESX to QBCore, not only the config.lua but also the fxmanifest.lua file must be modified.

7. Restart Server

Restart your game server and enjoy the system.

Last updated