thesevenq / notifications

NoPixel 4.0 Inspired Notifications
30 stars 13 forks source link

Ox_lib interigration #14

Open zixkerr opened 5 months ago

zixkerr commented 5 months ago

Please add ox_lib interigration to that!

d4nizqy commented 4 months ago

plss

drhannibalseca commented 2 months ago

Please add ox_lib interigration to that!

function lib.notify(data) local type = 1 if data.type == 'inform' or 'success' then type = 1 end if data.type == 'error' then type = 2 end if data.type == 'warning' then type = 3 end exports['notifications']:sendnotify(data.description, type, data.duration or 5000) end