Scripts/resources/[qb]/[qb_core]/qb-fitbit/fxmanifest.lua

20 lines
267 B
Lua
Raw Normal View History

2024-12-29 20:03:28 +00:00
fx_version 'cerulean'
game 'gta5'
description 'QB-FitBit'
version '1.2.0'
ui_page 'html/index.html'
shared_scripts {
'@qb-core/shared/locale.lua',
'locales/da.lua',
}
server_script 'server/main.lua'
client_script 'client/main.lua'
files {
'html/*'
}