1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/progressbar/fxmanifest.lua

18 lines
284 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
lua54 'yes'
game 'gta5'
author 'qbcore-framework'
description 'Dependency for creating progressbars in QB-Core.'
version '1.0.0'
ui_page 'html/index.html'
client_script 'client.lua'
files {
'html/index.html',
'html/style.css',
'html/script.js'
}