STORM Developments
  • 👋Welcome to STORM Developments
  • Discord
  • YouTube
  • Our store
  • servers
    • 🛠️QBCore NoPixel 3.5 Inspired
      • 📝V1
      • 📝V2
    • 🛠️QBCore RP Server
      • 📝How to Install
  • scripts
    • 🏦st_banking
      • 📝How to Install
      • 🧑FAQ
    • 🥘st_snrbuns
      • 📝How to Install
      • 🔷How To Add New Food Items
    • 🔫st-cashexchange
      • 📝How to Install
    • 💴st_banking v2
      • 📝How to Install
      • 🧑FAQ
    • 🌫️st_hud
      • 📝How to Install
      • 🧑FAQ
    • ⛓️st_inventory
      • 📝How to Install
      • 🧑FAQ
    • 👓st_inventory v2
      • 📝How to Install
  • 🚗st_garages
    • 📝How to Install
    • 🧑FAQ
  • 🤵st_multichar
    • 📝How to Install
    • 🧑FAQ
  • 🔔st_notify
    • 📝How to Install
  • Free Products
    • 🚓st_radar
      • 📝How to Install
Powered by GitBook
On this page
  1. scripts
  2. st_snrbuns

How to Install

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

Dependencies:

  • interact

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

Previousst_snrbunsNextHow To Add New Food Items

Last updated 5 months ago

After adding the items, you need to add in the images. You can download the images .

🥘
📝
here