Exports


Client Exports

Show / Hide Text UI

Showing Text UI

exports.dusa_bridge:ShowTextUI(locale('zones.tuning.prompt'), {
    position = 'right-center',
    key = 'E',
})

Hiding Text UI

exports.dusa_bridge:HideTextUI()

isNitroActive

local ret = exports.dusa_mechanic:isNitroActive() -- ret: true | false

Open / Close Police Scanner

Opening Police Scanner

Opens the floating vehicle scanner UI. Checks permissions internally before opening.

Closing Police Scanner

Closes the police scanner UI if it's currently open.

Check Scanner State

Returns whether the police vehicle scanner is currently open.

Last updated