Files
red-valley/resources/[framework]/[addons]/[notify]/qs-notify/fxmanifest.lua
2026-03-29 21:41:17 +03:00

35 lines
411 B
Lua

fx_version "bodacious"
game "gta5"
version "1.0.0"
lua54 'yes'
shared_scripts {}
ui_page "html/index.html"
files {
"config.js",
"html/sound/*.mp3",
"html/index.html",
"html/js/*.js",
"html/tailwind.config.js"
}
client_scripts {
"client.lua",
"example.lua" -- you can remove this
}
export {
"Alert",
"Notify"
}
escrow_ignore {
'example.lua'
}
dependency '/assetpacks'
dependency '/assetpacks'