> For the complete documentation index, see [llms.txt](https://documentation.rcore.cz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.rcore.cz/paid-resources/rcore_gunrange/troubleshooting.md).

# Troubleshooting

## Common Issues & Solutions

{% hint style="danger" %}
this script **REQUIRES** artifact version **4752** or **newer**
{% endhint %}

### Version check

{% hint style="info" %}
Before submitting a support ticket or using anything in the documentation, always make sure that you have the **newest update** from your keymaster.
{% endhint %}

### Something is wrong, but no error shows up

Navigate to the `rcore_gunrange/config.lua` and turn on debug mode, then send us your log from client (F8) and server console

```lua
Config.Debug = true
```

### Config.Inventory should be for example INVENTORIES.NONE, not "INVENTORIES.NONE". Remove the quotes

This error is self explanatory. The correct `Config.Inventory` should look like this:

```lua
Config.Inventory = INVENTORIES.YOUR_INVENTORY
```

and **not** like this

```lua
Config.Inventory = "INVENTORIES.YOUR_INVENTORY"
```

### Inventory {inventory name} not found

Looks like we don't support this inventory yet. Please create a ticket on our Discord server

### Config.Framework should be a number

We recommend leaving the `Config.Framework` as `0` as it should auto detect your framework. If you want to set your framework manually, you can choose between 1 (ESX), 2 (QBCore) or 3 (Custom framework)
