SendNotify

local Bridge = exports.community_bridge:Bridge()

Bridge.Notify.SendNotify(src, message, _type, time)

---This will send a notification to the specified player of the passed message and type
---@param src number
---@param message string
---@param _type string
---@param time number
Notify.SendNotify(src, message, _type, time)

Last updated