# Installation

{% tabs %}
{% tab title="English" %}

## Requirements <a href="#requirements" id="requirements"></a>

* es\_extended or qb-core

### Install <a href="#install" id="install"></a>

* 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.

{% tabs %}
{% tab title="ox\_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,
},
```

{% endtab %}

{% tab title="qb-inventory" %}

```lua
--rip chicken job items--
["rip_chicken"] 				 = {["name"] = "rip_chicken", 			 	  	["label"] = "chicken", 					["weight"] = 125, 		["type"] = "item", 		["image"] = "rip_chicken.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
["rip_chicken_plate"] 			 = {["name"] = "rip_chicken_plate", 			["label"] = "chicken plate", 			["weight"] = 125, 		["type"] = "item", 		["image"] = "rip_chicken_plate.png", 	["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
```

{% endtab %}

{% tab title="esx" %}
Go to :

(\[Rip Chicken Job]\rip\_chicken\_job\localization\en\_items.sql)&#x20;

and Import it into your database.
{% endtab %}
{% endtabs %}

* Add the job to your server (optional).

{% tabs %}
{% tab title="esx" %}
Go to :

(\[Rip Chicken Job]\rip\_chicken\_job\localization\en\_job.sql)&#x20;

and Import it into your database.
{% endtab %}

{% tab title="qb-core" %}
Add this job to your shared file.

```
	chicken = {
		label = 'Chicken',
		defaultDuty = true,
		offDutyPay = false,
		grades = {
			['0'] = { name = 'Employee', payment = 50 },
		},
	},
```

{% endtab %}
{% endtabs %}

* Add the images from this folder to your inventory (optional).\
  &#x20;(\[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.
  {% endtab %}

{% tab title="عربي" %}

## Requirements ألمتطلبات <a href="#requirements" id="requirements"></a>

* es\_extended او qb-core

### Install ألتثبيت <a href="#install" id="install"></a>

* \[Rip Chicken Job] استخرج ملف.
* `resources` حطه في ملف ال.
* server.cfg حط داخل ملف ال.\
  `ensure` \[Rip Chicken Job]
* ضيف هاي الايتمات للانفنتوري&#x20;

{% tabs %}
{% tab title="ox\_inventory " %}

```lua
--rip ايتمات وظيفة الدجاج--
["rip_chicken"] = {
	label = "دجاجه",
	weight = 1000,
	stack = true,
	close = true,
},
		
["rip_chicken_plate"] = {
	label = "صحن دجاج",
	weight = 1000,
	stack = true,
	close = true,
	degrade = 120,
	decay = true,
},
```

{% endtab %}

{% tab title="qb-inventory" %}

```
	--rip ايتمات وظيفة الدجاج--
	["rip_chicken"] 				 = {["name"] = "rip_chicken", 			 	  	["label"] = "دجاجه", 					["weight"] = 125, 		["type"] = "item", 		["image"] = "rip_chicken.png", 			["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
	["rip_chicken_plate"] 			 = {["name"] = "rip_chicken_plate", 			["label"] = "صحن دجاج", 			["weight"] = 125, 		["type"] = "item", 		["image"] = "rip_chicken_plate.png", 	["unique"] = false, 	["useable"] = false, 	["shouldClose"] = false,   ["combinable"] = nil,   ["description"] = ""},
```

{% endtab %}

{% tab title="esx" %}
روح لملف ال :

(\[Rip Chicken Job]\rip\_chicken\_job\localization\ar\_items.sql)

وقم بأستخراجه الى الداتا بيس.
{% endtab %}
{% endtabs %}

* ضيف الوظيفة هاي لسيرفرك (اختياري)

{% tabs %}
{% tab title="esx" %}
روح لملف ال :

(\[Rip Chicken Job]\rip\_chicken\_job\localization\ar\_job.sql)&#x20;

وقم بأستخراجه الى الداتا بيس.
{% endtab %}

{% tab title="qb-core" %}
حط هذه الوظيفه بملف الشير.

```
	chicken = {
		label = 'الدواجن',
		defaultDuty = true,
		offDutyPay = false,
		grades = {
			['0'] = { name = 'عامل', payment = 50 },
		},
	},
```

{% endtab %}
{% endtabs %}

* ضيف الصور الي بهاذا الملف الى الانفنتوري (اختياري)\
  &#x20;(\[Rip Chicken Job]\rip\_chicken\_job\imgs)
* قم بتعديل هاذا الملف ليناسب احتياجاتك. هناك ستجد جميع التعليمات (اختياري)\
  &#x20;(config.lua)&#x20;
* رست سيرفرك
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rip-or-development.gitbook.io/rip-dev/paid-scripts/images-and-media-1/installation.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
