Zones
Available Zone Types
Config.BusinessZoneTypes = {
['On/Off Duty'] = {
zoneType = 'sphere',
},
['Menu Viewable'] = {
zoneType = 'sphere',
},
['Stash'] = {
zoneType = 'poly',
requiresStashConfig = true
},
['Offline Shop'] = {
zoneType = 'sphere',
requiresPedConfig = true,
},
-- ...
}Zone Descriptions
Zone Geometry
Last updated