1
0
Fork 0
forked from Simnation/Main
Main/resources/[notify]/rtx_notify/fxmanifest.lua
2025-08-13 18:02:58 +02:00

36 lines
No EOL
437 B
Lua

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'