# FAQ

> Almost every config option have a comment explaining in detail what it does, but some functions are also available in the open files, here's a little guide just in case you are looking for something very specific:

<details>

<summary>Model, Animation or Toggle Menu keybinds</summary>

* Go to client/editable/\_controls.lua
* **local toggleMenu**, **local changeModel** and **local changeAnimation**

</details>

<details>

<summary>Dispatch</summary>

* Go to client/editable/dispatch.lua
* Add your own dispatch based on the notification type (placing graffiti, removing graffiti, robbing a gang npc)

</details>

<details>

<summary>Minigame for Raids</summary>

* client/editable/raid.lua > line 35
* If not using av\_alphabet then add your own minigame, make sure to wait for minigame result before returning result.

</details>

<details>

<summary>Weather when inside property</summary>

* client/editable/weather.lua
* Only av\_weather is supported, even when there's some code for qb-weathersync and cd\_easytime I don't provide any support.
* If not using any of these scripts, add your own freeze/sync events inside Weather function.

</details>

<details>

<summary>Gang app doesnt open</summary>

* If your Gang App keeps closing after u click on it, means your gang does NOT exist anymore. This is because you deleted the gangs.json and the player gang is no longer registered in server.

</details>
