ShowHelpText

local Bridge = exports.community_bridge:Bridge()

Bridge.Notify.ShowHelpText(src, message, position)

---This will show a help text message to the specified player at the screen position passed
---@param src number
---@param message string
---@param position string
Notify.ShowHelpText(src, message, position)

Last updated