πŸ“How to Install

circle-info

If you face any issues, you can contact us on our Discord and we will help you to the utmost of our abilities.

triangle-exclamation

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:

['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,
},
  1. After adding the items, you need to add in the images. You can download the images herearrow-up-right.

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

Last updated