Skip to content

AzakitHU/azakit_cowmilking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Milking a cow

You can milk the cows if you have a bucket. You can pour homemade milk from the bucket into bottles. Everything can be easily changed in the config.lua file.

  • Easy configuration
  • Spawned cow
  • Checking items
  • Skill Check
  • Usable item
  • Discord Webhook

Preview

https://www.youtube.com/watch?v=Fbr0rSMUAyU

Install

  • Clone or Download the repository.
  • Add the azakit_cowmilking to your resources folder.
  • Add ensure azakit_cowmilking to your server.cfg.

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
},

Requirements

  • ESX or QBCore
  • ox_lib
  • ox_target or qb-target

Documentation

You can find Discord.

About

Milking a cow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages