> ## Documentation Index
> Fetch the complete documentation index at: https://docs.thecruxstudio.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deer Restaurant FiveM Script: Job Script for RP Servers

> A fully featured Deer Restaurant job script for FiveM RP servers. Add upscale restaurant roleplay with crafting, table service, job grades, and multi-framework support.

The Deer Restaurant Job script turns the elegant Deer Restaurant into a fully playable workplace on your FiveM roleplay server. Players can fill roles from prep cook to head chef and front-of-house manager, supported by a detailed crafting system, table service mechanics, custom inventory items, and job grade progression that rewards dedicated players. It adds the perfect layer of realism and roleplay to your city that players will definitely love.

## Supported Maps

This script works with any Deer Restaurant map. It comes pre-configured for the maps listed below. If your map isn't on the list, open a ticket on the Crux Studio Discord server and the team will add support for it.

* Gabz
* TStudios
* G\&N's Studio
* Molo Modding

## Installation

<Steps>
  <Step title="Install Dependencies">
    Install the required dependencies:

    * [ox\_lib v3.30.6](https://github.com/overextended/ox_lib/releases/tag/v3.30.6)
    * [oxmysql v2.12.0](https://github.com/overextended/oxmysql/releases/tag/v2.12.0)
    * `crux_lib` — included with your script download
  </Step>

  <Step title="Configure the Script">
    Open `config/config.lua` and adjust the settings for your server.
  </Step>

  <Step title="Add Job Grades">
    <Tabs>
      <Tab title="QBCore">
        Copy the Job Grade from the `README` into `qb-core/shared/jobs.lua`.
      </Tab>

      <Tab title="QBOX">
        Copy the Job Grade from the `README` into `qbx_core/shared/jobs.lua`.
      </Tab>

      <Tab title="ESX">
        Copy the Job Grade from `install_ESX.md` and run it in your database.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Add Inventory Items">
    Open the `install` folder and add items and images to your inventory. Refer to the `README` for the full item list.
  </Step>

  <Step title="Start the Resources">
    Add to your `server.cfg`:

    ```
    ensure ox_lib
    ensure crux_lib
    ensure crux-deerresturantjob
    ```
  </Step>
</Steps>

## Integrations

The Deer Restaurant Job script supports **ox\_target**, **qb-target**, and **qtarget** for interaction targeting. For inventory, it works with **qb-inventory**, **ox\_inventory**, **qs-inventory**, **tgiann-inventory**, **jpr-inventory**, and others. Banking integrations include **qb-banking**, **qb-management**, and more. See the [Framework Compatibility](/framework-compatibility) page for the full list.

<Note>If your preferred integration isn't listed, open a support ticket on the Crux Studio Discord server.</Note>
