Main/resources/[tools]/kq_link/links/frameworks/ox/client.lua

11 lines
236 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
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