πInstallation
This section includes a brief tutorial on how to install Samy Umbrella 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.
Ox_Inventory
["umbrella_default"] = {
label = "Beige Umbrella",
weight = 100,
stack = false,
close = true,
description = "Cover yourself from the rain or use it to imitate your favorite bird...",
server = {
export = 'samy_umbrella.umbrellaitem'
}
},
INFO
Install the items in your inventory using this export:
samy_umbrella.umbrellaitem
If you use qb-inventory or any inventory that uses QBCore.Functions.CreateUseableItem it will not be necessary to use the export
Last updated