This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

20 lines
325 B
Lua
Raw Normal View History

2025-02-02 10:40:42 +01:00
fx_version 'adamant'
lua54 'yes'
game 'gta5'
version '1.10.8'
author 'ESX-Framework'
description 'A beautiful and simple NUI notification system for ESX'
shared_script '@ui_core/imports.lua'
client_scripts { 'Notify.lua' }
ui_page 'nui/index.html'
files {
'nui/index.html',
'nui/js/*.js',
'nui/css/*.css',
}