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

# Burger Shot FiveM Script: Restaurant Job for RP Servers

> A fully featured Burger Shot job script for FiveM RP servers. Add realistic restaurant roleplay with crafting, orders, and job grades.

The Burger Shot Job script brings the iconic Los Santos fast food chain to life on your FiveM roleplay server. Players can take on roles at every level of the restaurant — from crew members flipping burgers to managers running the shift — complete with a full crafting system, customer order mechanics, inventory items, and job grade progression. It adds the perfect layer of realism and roleplay depth that keeps your community coming back.

## Supported Maps

This script works with any Burger Shot 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-burgershotjob
    ```
  </Step>
</Steps>

## Integrations

The Burger Shot 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>
