├── LICENSE ├── README.md ├── client.lua ├── fxmanifest.lua └── nui ├── app.js ├── style.css └── umnotify.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alp1x/um-notify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alp1x/um-notify/HEAD/README.md -------------------------------------------------------------------------------- /client.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alp1x/um-notify/HEAD/client.lua -------------------------------------------------------------------------------- /fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alp1x/um-notify/HEAD/fxmanifest.lua -------------------------------------------------------------------------------- /nui/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alp1x/um-notify/HEAD/nui/app.js -------------------------------------------------------------------------------- /nui/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alp1x/um-notify/HEAD/nui/style.css -------------------------------------------------------------------------------- /nui/umnotify.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alp1x/um-notify/HEAD/nui/umnotify.html --------------------------------------------------------------------------------