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

24 lines
310 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:02:43 +00:00
game 'gta5'
description 'progressbar'
version '1.0.0'
ui_page('html/index.html')
client_scripts {
'client/main.lua',
}
files {
'html/index.html',
'html/css/style.css',
'html/js/script.js',
'html/css/bootstrap.min.css',
'html/js/jquery.min.js',
}
lua54 'yes'