DrawText

To override ox_lib functions replace the following file with the one provided for ox_lib/resource/interface/client/textui.lua

file-download
643B

Exports

Show Text

exports.sn_ui:showDrawText(text, position)
  • text: string

  • position?: string

    • bottom-center (default)

    • top-center

    • left-center

    • right-center

Hide Text

exports.sn_ui:hideDrawText()

Last updated