18 lines
228 B
Lua
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'
|