Speed receipts

Add speed receipts

Add item

Add items to ox_inventory/data/items.lua;

        ['radar_receipt'] = {
            label = 'Radar Receipt',
            weight = 200,
            server = {
                export = 'fd_dispatch.useRadarReceipt'
            }
        }

Enable in config

Set enabled to true in configs/general.lua->radar->radarReceipts.

---@type RadarReceiptConfig
radarReceipts = {
    enabled = true,

    command = 'radar_receipt',

    item = 'radar_receipt',
}

Restart

Restart your server, join, and after you lock the radar, use radar_receipt command and choose the front or rear antenna. This will give radar receipt, which you can give to a player and prove that he was speeding.

Copyright © 2025 Felis Development