
π§©Props
Config.Props = {
['Example Shop'] = {
{
Enabled = true,
Model = 'prop_cs_silver_tray',
Coords = vector4(378.68, -827.42, 30.28, 0.0),
Icon = 'fa-solid fa-box',
Label = 'Open Collection Tray',
Job = nil,
Distance = 3.0,
Event = 'lusty94_weedshops:client:OpenTray',
args = { shopName = "Example Shop", storageType = "CollectionTray" }, --[[ β
Make Sure To Pass shopName For storage and the storageType you define in Config.CoreSettings.Stashes]]
},
{
Enabled = true,
Model = 'xm_prop_x17_computer_01',
Coords = vector4(375.65, -824.39, 30.09, 180),
Icon = 'fa-solid fa-box',
Label = 'Open Management Menu',
Job = Config.CoreSettings.Jobs['Example Shop'].name,
Distance = 3.0,
Event = Config.CoreSettings.EventNames.BossMenu,
},
{
Enabled = true,
Model = 'prop_cctv_cont_02',
Coords = vector4(376.87, -824.59, 30.15, 180.0),
Icon = 'fa-solid fa-box',
Label = 'View CCTV',
Job = Config.CoreSettings.Jobs['Example Shop'].name,
Distance = 3.0,
Event = 'lusty94_weedshops:client:OpenCCTVMenu',
args = { shopName = "Example Shop" }, --[[ β
Make Sure To Pass shopName For CCTV MENU]]
},
},
}Last updated