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

18 lines
227 B
Lua
Raw Normal View History

2024-12-30 10:15:34 +00:00
fx_version 'adamant'
2024-12-29 20:03:28 +00:00
game 'gta5'
description 'QB-KeyMiniGame'
version '1.2.0'
ui_page 'html/index.html'
client_script 'client/main.lua'
files {
'html/index.html',
'html/app.js',
'html/style.css',
}
lua54 'yes'