[3] Blackout Location
Basic Configuration
-- Enable/Disable Command To Trigger Blackout For Specific Locations Listed In Config 'Main.Locations'
Main.EnableLocationCommand = true
-- Command Name (If 'enableCommand' is set to true.)
Main.LocationCommandName = 'blackout'
-- Restricted permissions through server.cfg. If true, then restricted to '5S_LocationCommand'. (More details in DOCUMENTATION)
Main.LocationPermissionsRestricted = false Preset Locations Configuration
['4024'] = { -- Name/Postal of location
xPos = 1171.7, -- Center Of Circle Coordinate
yPos = 2711.74, -- Center Of Circle Coordinate
zPos = 38.09, -- Center Of Circle Coordinate
Radius = 200.0, -- Radius of the blackout from the center coordinates
controlPanel = { -- This is the coordinates of the control panel that will be present to enable/disable the blackout on sight. Set X,Y,Z = 0 (equal to zero) if you don't want a panel to spawn.
permissions = 1, -- 1 = Permissions Based || 2 = Code Based || 3 = Open To Everyone ||
code = '4024Power', -- If 'permissions' is set to Code Based (2), then enter the code here -- OR -- If 'permissions' is set to Permissions Based (1), then enter the ACE Permissions Name here. (More details in DOCUMENTATION)
timer = 5, -- Amount of time it will take to switch the power (in seconds).
x = 1204.5,
y = 2709.62,
z = 38.1,
heading = 97.5, -- Heading facing the panel.
},
},Last updated