[2] Blackout Radius
-- Enable/Disable Command To Trigger Blackout For A Specific Radius
Main.EnableRadiusCommand = true
-- Command Name (If 'EnableRadiusCommand' is set to true.)
Main.RadiusCommandName = 'blackoutradius'
-- Maximum And Minimum Radius Permitted For Blackouts
Main.MaxRadius = 10000
Main.MinRadius = 10
-- Set this to true if you want the player to confirm the radius before the command is executed. Their radius will appear on the map, showing the player the blackout radius before setting it.
Main.ConfirmRadius = false
Main.ConfirmRadiusAcceptKeyN, Main.ConfirmRadiusAcceptKey = 38, 'INPUT_PICKUP' -- Index, Default QWERTY
Main.ConfirmRadiusRejectKeyN, Main.ConfirmRadiusRejectKey = 23, 'INPUT_ENTER' -- Index, Default QWERTY
-- Restricted permissions through server.cfg. If true, then restricted to '5S_RadiusCommand'. (More details in DOCUMENTATION)
Main.RadiusPermissionsRestricted = falsePermissions
Last updated