Skip to main content

Client Exports

Lua Script Exports for zenit_hud​

showNotify Export​

Arguments​

  • title: Title
  • text: Message/Text
  • type: "success", "info", "warning" or "error" (optional)
  • time: time in milliseconds (optional)

Usage​

exports["zenit_hud"]:showNotify(title, text, type, time)

showInteraction Export​

Arguments​

  • active: true/false
  • button: Button
  • text: Message/Text

Usage​

exports["zenit_hud"]:showInteraction(active, button, text)

showInteractionThisFrame Export​

Arguments​

  • button: Button
  • text: Message/Text

Usage​

exports["zenit_hud"]:showInteractionThisFrame(button, text) 

showProgressbar Export​

Arguments​

  • text: Message/Text
  • time: time in milliseconds

Usage​

exports["zenit_hud"]:showProgressbar(text, time)

stopProgressbar Export​

Usage​

exports["zenit_hud"]:stopProgressbar()