Various
Details
Below, you will find detailed configuration for radio.
Configuration file
config/logs.lua
return {
---@type table<string, string>
vehicleColors = {
-- ...
},
---@type table<string, string>
vehicleColorsInHex = {
-- ...
},
---@type table<string, string>
vehicleClasses = {
-- ...
},
---@type table<string, string>
weaponNames = {
-- ...
}
}
Detailed types information
vehicleColors table<string, string> Defines vehicle colors
vehicleColorsInHex table<string, string> Defines vehicle colors in hex
vehicleClasses table<string, string> Defines vehicle classes
weaponNames table<string, string> Defines weapon names