Models Pack 2 Config
Here is an example configuration to make it easier for you to implement our umbrella models in the script
["umbrella21"] = {
label = "Watercolour Pink 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'
}
},
["umbrella22"] = {
label = "Watercolour Green 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'
}
},
["umbrella23"] = {
label = "Black 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'
}
},
["umbrella24"] = {
label = "Watercolour Blue 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'
}
},
["umbrella25"] = {
label = "Pink 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'
}
},
["umbrella26"] = {
label = "Purple and Blue 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'
}
},
["umbrella27"] = {
label = "Purple Pastel 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'
}
},
["umbrella28"] = {
label = "Orange Pastel 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'
}
},
["umbrella29"] = {
label = "Green 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'
}
},
["umbrella30"] = {
label = "Dark Blue and Light Blue 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'
}
},
["umbrella31"] = {
label = "Light Blue 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'
}
},
["umbrella32"] = {
label = "Grey 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'
}
},
["umbrella33"] = {
label = "Watercolour Yellow 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'
}
},
["umbrella34"] = {
label = "Beige Worn 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'
}
},
["umbrella35"] = {
label = "Green Worn 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'
}
},
["umbrella36"] = {
label = "Brown Worn 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'
}
},
["umbrella37"] = {
label = "Red 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'
}
},
["umbrella38"] = {
label = "Yellow Worn 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'
}
},
["umbrella39"] = {
label = "Orange Pastel Worn 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'
}
},
["umbrella40"] = {
label = "Dark Orange Worn 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