Scripts/resources/[qb]/[qb_core]/qb-skillbar/fxmanifest.lua
2024-12-29 21:03:28 +01:00

22 lines
259 B
Lua

fx_version 'cerulean'
game 'gta5'
description 'QB-Skillbar'
version '1.2.0'
ui_page 'html/index.html'
client_script 'client/main.lua'
files {
'html/index.html',
'html/script.js',
'html/style.css'
}
dependencies {
'qb-core'
}
lua54 'yes'