forked from Simnation/Main
17 lines
284 B
Lua
17 lines
284 B
Lua
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'
|
|
}
|