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

vehicleColorstable<string, string>
Defines vehicle colors
vehicleColorsInHextable<string, string>
Defines vehicle colors in hex
vehicleClassestable<string, string>
Defines vehicle classes
weaponNamestable<string, string>
Defines weapon names