├── LICENSE ├── README.md ├── client.lua ├── config.js ├── fxmanifest.lua └── html ├── app.js ├── sounds ├── chime.ogg ├── click.ogg ├── error.ogg ├── money.ogg └── warning.ogg ├── style.css └── ui.html /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/README.md -------------------------------------------------------------------------------- /client.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/client.lua -------------------------------------------------------------------------------- /config.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/config.js -------------------------------------------------------------------------------- /fxmanifest.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/fxmanifest.lua -------------------------------------------------------------------------------- /html/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/html/app.js -------------------------------------------------------------------------------- /html/sounds/chime.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/html/sounds/chime.ogg -------------------------------------------------------------------------------- /html/sounds/click.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/html/sounds/click.ogg -------------------------------------------------------------------------------- /html/sounds/error.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/html/sounds/error.ogg -------------------------------------------------------------------------------- /html/sounds/money.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/html/sounds/money.ogg -------------------------------------------------------------------------------- /html/sounds/warning.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/html/sounds/warning.ogg -------------------------------------------------------------------------------- /html/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/html/style.css -------------------------------------------------------------------------------- /html/ui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Samuels-Development/sd-notify/HEAD/html/ui.html --------------------------------------------------------------------------------