Skip to main content

Server Exports

Lua Script Exports for zenit_hud​

showNotify Export​

Arguments​

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

Usage​

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

showAnnounce Export​

Arguments​

  • text: Message/Text

Usage​

exports["zenit_hud"]:showAnnounce(text)