13 lines
394 B
Lua
13 lines
394 B
Lua
return {
|
|
maxFrequency = 500, -- Max amount of available channel frequencies to use
|
|
|
|
-- Should the radio turn off when the player is dead (Talking is disabled anyway)
|
|
leaveOnDeath = true,
|
|
|
|
---@type number
|
|
-- How many decimal places to use for the subchannel.
|
|
decimalPlaces = 2,
|
|
|
|
-- Should the mic clicks be enabled by default
|
|
defaultMicClicks = true
|
|
} |