19 lines
243 B
Lua
19 lines
243 B
Lua
fx_version 'adamant'
|
|
games { 'gta5' }
|
|
|
|
ui_page "html/ui.html"
|
|
|
|
client_scripts {
|
|
"shared/config.lua",
|
|
"client/main.lua",
|
|
}
|
|
|
|
server_scripts {
|
|
"server/main.lua"
|
|
}
|
|
|
|
files {
|
|
"html/ui.html",
|
|
"html/app.js",
|
|
"html/style.css",
|
|
} |