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

18 lines
228 B
Lua

fx_version 'cerulean'
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'