1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/kq_link/links/frameworks/ox/client.lua
2025-06-07 08:51:21 +02:00

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