πAdd More Shells
How to add new shells?
CreateThread(function()
local shells = {
["Modern Hotel"] = {
label = "Modern Hotel",
hash = `modernhotel_shell`,
doorOffset = { x = 4.983124, y = 4.242126, z = -0.817879, h = 175.733047, width = 2.0 },
stash = {
maxweight = 80000000,
slots = 120,
},
imgs = {
{
url = "https://r2.fivemanage.com/R97q1rVBsp92SWyV2UCJi/angle_1.png",
},
}
},
}
-- the second argument is the name of the category they'll be inserted into
InsertInteriors(shells, "Custom Shells")
end)Last updated