πInstallation
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 Discord 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
['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'
}
},
["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."
},
Last updated