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

17 lines
264 B
Lua
Raw Normal View History

2024-12-29 20:02:43 +00:00
fx_version 'cerulean'
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"