Dog Access Configuration
Shared.AcePermission
Shared.AcePermission = "changeMe" -- The ace permission required to use dog-related commands. Leave empty to disable.# Granting the permission to a group
add_ace group.admin yourPermission allow
# Granting the permission to an identifier
add_ace identifier.discord:707041801789243393 yourPermission allowShared.AcePermission = "" -- The ace permission required to use dog-related commands. Leave empty to disable.Shared.RadioChannels
-- Restricting access to one radio channel
Shared.RadioChannels = { 1.0 } -- The radio channels a player must be connected to to use dog-related commands. Make the table empty to disable.
-- Restricting access to one of many radio channels
Shared.RadioChannels = { 1.0, 1.1, 2.0, 2.1 } -- The radio channels a player must be connected to to use dog-related commands. Make the table empty to disable.
-- Disabling the radio channel check (empty table)
Shared.RadioChannels = { } -- The radio channels a player must be connected to to use dog-related commands. Make the table empty to disable.Shared.AuthorizedJobs
Shared.CustomAccess
Last updated