Installation

Prepare and install dependencies

Framework dependencies (supported by current bridge)

For framework, you can either choose:

Download

Please make you downloaded your resource:

Add items

Single items

Add items to ox_inventory/data/items.lua;

        ['radio'] = {
            label = 'Radio',
            weight = 200,
            client = {
                export = "fd_radio.useRadio",
            }
        },
        ['radio_jammer'] = {
            label = 'Jammer',
            weight = 200,
            client = {
                export = "fd_radio.useJammer",
            }
        },
        ['radio_antenna'] = {
            label = "Radio Antenna",
            weight = 200,
        },

Multiple items

Add items to ox_inventory/data/items.lua;

        ['radio_default'] = {
            label = 'Radio Black',
            weight = 200,
            client = {
                export = "fd_radio.useRadioDefault",
            }
        },
        ['radio_red'] = {
            label = 'Radio Red',
            weight = 200,
            client = {
                export = "fd_radio.useRadioRed",
            }
        },
        ['radio_blue'] = {
            label = 'Radio Blue',
            weight = 200,
            client = {
                export = "fd_radio.useRadioBlue",
            }
        },
        ['radio_green'] = {
            label = 'Radio Green',
            weight = 200,
            client = {
                export = "fd_radio.useRadioGreen",
            }
        },
        ['radio_yellow'] = {
            label = 'Radio Yellow',
            weight = 200,
            client = {
                export = "fd_radio.useRadioYellow",
            }
        },
        ['radio_white'] = {
            label = 'Radio White',
            weight = 200,
            client = {
                export = "fd_radio.useRadioWhite",
            }
        },

        ['radio_jammer'] = {
            label = 'Jammer',
            weight = 200,
            client = {
                export = "fd_radio.useJammer",
            }
        },

        ['radio_antenna'] = {
            label = "Radio Antenna",
            weight = 200,
        },

Set your core

Set your framework in config Config.Framework = 'QB'

Start radio

Add resource

    ensure fd_radio

Copyright © 2025 Felis Development