SamyHub
  • SamyHub
  • 💵Paid Scripts
    • 🔐Shutters System
      • 📚Installation
      • 🔗Exports
      • 🏪Pre-Configured Businesses
        • 🍟Nopixel Snr.Buns
        • ⛽LTD
        • 🏪24/7
  • ☂️Umbrella
    • 📚Installation
    • 📦Models Pack 1 Config
    • 📦Models Pack 2 Config
  • 🏐Stress Ball
    • 📚Installation
Powered by GitBook
On this page
  • STEP 1
  • STEP 2
  1. Paid Scripts
  2. Shutters System

Installation

PreviousShutters SystemNextExports

Last updated 24 days ago

This section includes a brief tutorial on how to install Samy Shutters correctly. Please follow all the instructions and if you have any issues please open a ticket on so our support team can help you out. General installation.

STEP 1

  • Make sure you have installed ALL dependencies and they are started before the script

STEP 2

  • Install the items in your inventory using this export: samy_shutters.UseShutterKey

  • If you use qb-inventory or any inventory that uses QBCore.Functions.CreateUseableItem it will not be necessary to use the export

ox_inventory
['shutter_key'] = {
	label = 'Shop Keys',
	weight = 75,
	stack = false,
	close = true,
	description = 'With this key you will be able to open and close the shutters.',
	client = {
		export = 'samy_shutters.UseShutterKey'
	}
},
qb-inventory
["snr_keys"] = {
    ["name"] = "snr_keys",
    ["label"] = "Shop Keys",
    ["weight"] = 75,
    ["type"] = "item",
    ["image"] = "snr_keys.png",
    ["unique"] = false,
    ["useable"] = true,
    ["shouldClose"] = true,
    ["combinable"] = nil,
    ["description"] = "With this key you will be able to open and close the shutters."
},

💵
🔐
📚
Discord