# gusti-butcherjob

<figure><img src="/files/RsyohkjWmr1ZWCpuNmFz" alt=""><figcaption><p>Thank you for buying<br><strong>[ESX] GUSTI BUTCHERJOB</strong></p></figcaption></figure>

Gusti Butcherjob is a FiveM script to add butcher jobs on the server, where players / residents can do the job.

## Installation

* Extract rar file `[ESX] Gusti Butcherjob`
* Copy / cut `gusti-butcherjob` to your server `resources` folder
* Open `server.cfg`
* Add `gusti-butcherjob` script with `ensure gusti-butcherjob` in `server.cfg`
* Start server / Restart server
* Finished

## Item Image

* [alive\_chicken](https://imgur.com/jMS6V6X.png)
* [clean\_chicken](https://imgur.com/a02Fbi0.png)
* [slaughtered\_chicken](https://imgur.com/CGnNacF.png)
* [packaged\_chicken](https://imgur.com/dZWv2E7.png)

## Configuration

Open the `config.lua` file located in the `gusti-butcherjob` folder to configure

* Check For Updates (set to true/false check for available updates)
* Change language (en, id)
* Select notification type (gusti-notify, mythic\_notify, esx)
* Choose the type of chicken catching animation (jump, pickup)
* Enable ragdoll (leave default if you don't understand)
* Enable ProgressBar (set to true/false if you want to use ProgressBar)
* Enable Ped (set to true/false if you want to use npc peds)
* Choose the type of ProgressBar (mythic\_progbar, esx\_progressbar, ox\_lib)
* Set the location (catching chickens, hanging chickens, picking up clean chickens, slaughtering chickens, packing chickens, selling chicken packages)
* Set the location of the chicken
* Set blips (chicken catch, chicken factory, chicken sale)
* Set ped (model, location, scenario)

{% hint style="info" %}
If you are using progressbar from ox\_lib, then add the line `@ox_lib/init.lua` in `shared_scripts` inside `fxmanifest.lua`, for example as below :
{% endhint %}

{% code title="fxmanifest.lua" %}

```lua
shared_scripts {
    '@es_extended/imports.lua',
    '@es_extended/locale.lua',
    'locales/*.lua',
    '@ox_lib/init.lua',
    'config.lua',
}
```

{% endcode %}

## Feature

* Catching chickens
* The process of hanging the cock
* The process of taking clean chicken
* Chicken cutting process
* The process of packing chicken meat
* Chicken sales process
* Full animation

## Dependency

* [es\_extended](https://github.com/esx-framework/esx_core)

## Framework

* [ESX](https://github.com/esx-framework/esx_core)

## Supported Languages

* Indonesia
* English

## Video Preview

* [YouTube](https://youtu.be/Yd7aBzqhY2k)

## Purchase

* [Tebex Store](https://aklgaming.tebex.io/package/5651638)


---

# 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://aklgaming.gitbook.io/documentation/gusti-resources/gusti-butcherjob.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.
