> For the complete documentation index, see [llms.txt](https://docs.storm-developments.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.storm-developments.com/welcome/scripts/st_snrbuns/how-to-install.md).

# How to Install

{% hint style="info" %}
**If you face any issues, you can contact us on our Discord and we will help you to the utmost of our abilities.**
{% endhint %}

{% hint style="danger" %}
Dependencies:

* interact
  {% endhint %}

## Setup Guide

Follow the steps below:

1. Download the script from keymaster.fivem.net
2. Extract the provided files
3. Add the items below:

**QBCORE/QBOX:**&#x20;

```sql
['st_snr_drink']    = { name = 'st_snr_drink', label = 'Drink', weight = 75, type = 'item', image = 'st_snr_drink.png', unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},
['st_snr_main']     = { name = 'st_snr_main',  label = 'Main',  weight = 75, type = 'item', image = 'st_snr_main.png',  unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},
['st_snr_side']     = { name = 'st_snr_side',  label = 'Side',  weight = 75, type = 'item', image = 'st_snr_side.png',  unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},
['st_snr_box']      = { name = 'st_snr_box',   label = 'Box',   weight = 75, type = 'item', image = 'st_snr_box.png',   unique = false, useable = false, shouldClose = false, combinable = nil, description = ''},
```

**OX Inventory:**

```
['st_snr_drink'] = {
    label = 'Drink',
    weight = 1000,
    stack = true,
},
['st_snr_main'] = {
    label = 'Main',
    weight = 1000,
    stack = true,
},
['st_snr_side'] = {
    label = 'Side',
    weight = 1000,
    stack = true,
},
['st_snr_box'] = {
    label = 'Box',
    weight = 1000,
    stack = true,
},
```

5. &#x20;After adding the items, you need to add in the images. You can download the images [here](https://github.com/STORMDevelopments/st-snrbuns)***.***
6. Enjoy the script.

If you face any difficulties, you can contact us anytime on our Discord by creating a support ticket.

Discord: <https://discord.gg/storm-dev>
