Models Pack 1 Config
Here is an example configuration to make it easier for you to implement our umbrella models in the script
["umbrella1"] = {
label = "Black Squares 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'
}
},
["umbrella2"] = {
label = "Pink Squares 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'
}
},
["umbrella3"] = {
label = "Blue Squares 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'
}
},
["umbrella4"] = {
label = "Green Squares 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'
}
},
["umbrella5"] = {
label = "Orange Squares 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'
}
},
["umbrella6"] = {
label = "Purple Squares 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'
}
},
["umbrella7"] = {
label = "Yellow Squares 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'
}
},
["umbrella8"] = {
label = "Brown Squares 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'
}
},
["umbrella9"] = {
label = "Pink Flowers 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'
}
},
["umbrella10"] = {
label = "White and Grey Flowers 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'
}
},
["umbrella11"] = {
label = "Blue and Green Flowers 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'
}
},
["umbrella12"] = {
label = "White Flowers 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'
}
},
["umbrella13"] = {
label = "Green pattern 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'
}
},
["umbrella14"] = {
label = "White pattern 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'
}
},
["umbrella15"] = {
label = "Leopard 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'
}
},
["umbrella16"] = {
label = "Zebra 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'
}
},
["umbrella17"] = {
label = "Sunflowers 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'
}
},
["umbrella18"] = {
label = "Pink Tree 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'
}
},
["umbrella19"] = {
label = "Coloured Rhombuses 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'
}
},
["umbrella20"] = {
label = "Butterflies 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'
}
},
Last updated