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

33 lines
384 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
game 'gta5'
description 'Radial Progress'
author 'Karl Saunders'
version '0.7.9'
client_scripts {
'config.lua',
'utils.lua',
'client.lua',
}
ui_page 'ui/ui.html'
files {
'ui/ui.html',
'ui/fonts/*.ttf',
'ui/css/*.css',
'ui/js/*.js',
}
exports {
"Start",
"Custom",
"Stop",
"Static",
"Linear",
"MiniGame"
}