ByteXcripts Docs
  • 👋Welcome
  • 📸Camera Mode
    • Settings
    • Filters
  • 🚕NPC Taxi
    • Settings
    • Custom Functions
  • 🎰Roulette
    • Settings
    • Custom Functions
  • 📝Text UI
    • Settings
    • Exports
    • How to use it
  • 💊Sell Drugs
    • Settings
    • Custom Functions
  • 🏠House Robbery
    • Settings
    • Custom Functions
    • Custom Interiors
Powered by GitBook
On this page
  1. Text UI

Exports

PreviousSettingsNextHow to use it

Last updated 4 months ago

Export para enseñar el Text UI:

exports['bx_textui']:ShowText(message)
  • El parámetro message corresponde al mensaje que quieres que se vea en el Text UI.

Export para ocultar el Text UI:

exports['bx_textui']:HideText()
  • Este export no necesita ningún parámetro ya que solo oculta el Text UI que se esta mostrando.

Export to show the Text UI:

exports['bx_textui']:ShowText(message)
  • The message parameter corresponds to the message you want to be displayed in the Text UI.

Export to hide the Text UI:

exports['bx_textui']:HideText()
  • This export does not need any parameters as it only hides the Text UI that is being displayed.

📝