Client

addBolo

Flag the plate of a vehicle

exports.brazzers_radar:addBolo(plate)
  • plate: string

    • BRAZZERS


removeBolo

Remove the flagged status from a plate

exports.brazzers_radar:removeBolo(plate)
  • plate: string

    • BRAZZERS


getBolos

Gets all the plates that currently have a BOLO or are flagged

local bolos = exports.brazzers_radar:getBolos()

toggleJammer

Install/ uninstall a vehicle jammer on a vehicle

exports.brazzers_radar:toggleJammer(bool, vehicle)
  • bool: boolean

    • true

    • false

  • vehicle: int

    • entity


Last updated