forked from Simnation/Main
9 lines
243 B
Lua
9 lines
243 B
Lua
![]() |
---@diagnostic disable: lowercase-global
|
||
|
|
||
|
---@param source number Source of player
|
||
|
---@param data NotificationParams Notification data
|
||
|
local function notify(source, data)
|
||
|
TriggerClientEvent('ox_lib:notify', source, data)
|
||
|
end
|
||
|
|
||
|
return notify
|