๐Ÿ“’Configuration

If you want to use radio, jammer, battery with command to interact then head on to mm_radio/shared/init.lua and modify:

Shared = {
    Ready = true, -- ignore
    UseCommand = true || false, -- change this
    Core = format(GetConvar('bl:framework', 'qb')), -- ignore
    Inventory = format(GetConvar('bl:inventory', 'qb')), -- ignore
    Debug = false -- ignore
}

Last updated