🔮Add / Edit Club Things
You can learn how to add and edit Club here
["club-name"] = {
["job"] = "",
["boss_grade"] = 0,
["debug"] = false,
["polyZone"] = {
["WallHeight"] = 25,
["Zones"] = {
vec(),
vec(),
vec(),
vec(),
}
},
["boss_menu"] = {
["coords"] = vector3(0.0, 0.0, 0.0),
["distance"] = 3,
["stash"] = {
["use"] = false,
["weight"] = 1000,
["slots"] = 50,
},
["settings"] = {
["label"] = "club-blip-name",
["sprite"] = 121,
["scale"] = 0.7,
["color"] = 48,
["coords"] = vector3(0.0, 0.0, 0.0),
["work_waitress"] = false,
["spotlights"] = {},
["animatedNpcs"] = {}
},
},
["bar_market"] = {
["coords"] = vector3(0.0, 0.0, 0.0),
["distance"] = 3.0,
["items"] = {
["foods"] = {
["bread"] = {
["price"] = 1,
["label"] = "Bread",
}
},
["drinks"] = {
["water"] = {
["price"] = 1,
["label"] = "Water",
}
},
}
},
["tables"] = {
[1] = {
["club"] = "club-name",
["textZ"] = 0.0,
["coords"] = vector3(0.0, 0.0, 0.0),
["radius"] = 2.0,
},
},
["dj_cabin"] = {
["coords"] = vector3(0.0, 0.0, 0.0),
["distance"] = 3.0,
["music_coords"] = vector3(0.0, 0.0, 0.0),
["music_maxDistance"] = 40.0,
},
},Job integration 💼
Polyzone / Debug
Boss Menu / Stash / Blips & Club Settings 🔩
Bar Market / Shop System 💸
Tables / Service 👨🏼💼
DJ Cabinet / Music System 🎼
Last updated