UI Bridges
Accessing the Module
local DRAWTEXT <const> = exports.boii_utils:get("modules.drawtext")
local NOTIFY <const> = exports.boii_utils:get("modules.notifications")Server
drawtext.show(source, options)
Parameters
Name
Type
Description
Example
DRAWTEXT.show(1, { message = "Hello, player!", icon = "info" })drawtext.hide(source)
Parameters
Name
Type
Description
Example
notifications.send(source, options)
Parameters
Name
Type
Description
Example
Client
drawtext.show(options)
Parameters
Name
Type
Description
Example
drawtext.hide()
Example
notifications.send(options)
Parameters
Name
Type
Description
Example
Last updated