
π―Interaction Locations
--interaction locations per job delivery location
Config.InteractionLocations = {
['Up & Atom'] = { -- the key is the location name and must match throughout
{
enabled = true, -- set to true to enable this zone
debug = true, -- debug this zone
Name = 'up&atom_mainmenu', -- name of the zone must be uique
Location = vector3(89.93, 291.5, 110.53), -- target zone location (must be vector3)
Radius = 0.5, Distance = 3.0, -- radius of zone and target interaction distance
Icon = 'fa-solid fa-truck-fast', -- target icon
Label = 'Customer Deliveries', -- target label
Job = Config.CoreSettings.Jobs['Up & Atom'].name, -- job name
Event = 'lusty94_jobdeliveries:client:OpenDeliveries', -- event name
args = { locationName = 'Up & Atom' }, -- β
Make Sure To Pass locationName
},
{
enabled = true, -- set to true to enable this zone
debug = true, -- debug this zone
Name = 'up&atom_vehiclespawner', -- name of the zone must be uique
Location = vector3(88.65, 298.83, 110.81), -- target zone location (must be vector3)
Radius = 0.5, Distance = 3.0, -- radius of zone and target interaction distance
Icon = 'fa-solid fa-truck-fast', -- target icon
Label = 'Get Delivery Vehicle', -- target label
Job = Config.CoreSettings.Jobs['Up & Atom'].name, -- job name
Event = 'lusty94_jobdeliveries:client:OpenMenu', -- event name
args = { locationName = 'Up & Atom' }, -- β
Make Sure To Pass locationName
},
},
}Last updated