Scripts/resources/[standalone]/MenuAPI/fxmanifest.lua

17 lines
263 B
Lua
Raw Permalink Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:02:43 +00:00
games { 'gta5' }
client_scripts {
"client/*.lua",
"client/exports/*.lua",
"client/system/*.lua",
"client/module/*.lua",
}
files {
"html/css/*.css",
"html/*.html",
"html/scripts/*.js",
}
ui_page "html/index.html"