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

# FAQs

> Frequently asked questions about the Gabz Bobcat Heist resource

## General Questions

<AccordionGroup>
  <Accordion title="Do I need a Gabz subscription?">
    Yes. This variant requires the Gabz Bobcat MLO from the [Gabz subscription store](https://fivem.gabzv.com/category/subscription).
  </Accordion>

  <Accordion title="Do I need the Project X Bridge?">
    Yes. See the [Bridge Installation](/resources/bridge/installation) page for setup instructions.
  </Accordion>

  <Accordion title="How is this different from the K4MB1 Bobcat Heist?">
    The gameplay, items, and configuration options are the same. This version is mapped to the Gabz Bobcat interior with Gabz-specific door coordinates in `Config.DoorList`.
  </Accordion>

  <Accordion title="How do I reset the heist manually?">
    Use `/projectxbobcatgabz` or call:

    ```lua theme={null}
    exports['projectx-bobcatheist-gabz']:Reset()
    ```
  </Accordion>

  <Accordion title="How do I change minigames?">
    Edit `opensource/client/client.lua` — see the [Open Source](/resources/bobcat-heist-gabz/opensource) page.
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="The script won't start" icon="triangle-exclamation">
    Ensure `projectx-bridge`, `ox_lib`, `mka-lasers`, and all minigames from the zip are started before `projectx-bobcatheist-gabz`.
  </Accordion>
</AccordionGroup>
