1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-13 18:02:58 +02:00
parent 3fa969a62c
commit b31336d080
19 changed files with 3844 additions and 85 deletions

View file

@ -0,0 +1,36 @@
fx_version 'adamant'
game 'gta5'
description 'RTX NOTIFY'
version '10.0'
client_scripts {
'config.lua',
'client/main.lua'
}
files {
'html/ui.html',
'html/styles.css',
'html/scripts.js',
'html/howler.core.js',
'html/debounce.min.js',
'html/BebasNeuePro-Bold.ttf',
'html/img/*.png',
'html/sounds/*.mp3'
}
ui_page 'html/ui.html'
exports {
'Notify',
}
lua54 'yes'
escrow_ignore {
'config.lua'
}
dependency '/assetpacks'