forked from Simnation/Main
10 lines
236 B
Lua
10 lines
236 B
Lua
if Link.framework ~= 'ox' and Link.framework ~= 'ox_core' then
|
|
return
|
|
end
|
|
|
|
|
|
function NotifyViaFramework(message, type)
|
|
lib.notify({ description = message, type = type, duration = 4000 })
|
|
end
|
|
|
|
-- Not implemented by framework yet
|