35 lines
411 B
Lua
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' |