Installation

Requirements

  • es_extended or qb-core

Install

  • Extract the [Rip Chicken Job] folder.

  • Place it into the resources folder in your server.

  • Add this to your server.cfg. ensure [Rip Chicken Job]

  • Add the items to your inventory.

--rip chicken job items--
["rip_chicken"] = {
	label = "chicken",
	weight = 1000,
	stack = true,
	close = true,
},
		
["rip_chicken_plate"] = {
	label = "chicken plate",
	weight = 1000,
	stack = true,
	close = true,
	degrade = 120,
	decay = true,
},
  • Add the job to your server (optional).

Go to :

([Rip Chicken Job]\rip_chicken_job\localization\en_job.sql)

and Import it into your database.

  • Add the images from this folder to your inventory (optional). ([Rip Chicken Job]\rip_chicken_job\imgs)

  • Modify (config.lua) file to suit your needs. there you will find all instructions (optional).

  • restart your server.

Last updated