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

16 lines
221 B
Lua
Raw Permalink 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-Input'
version '0.0.1'
client_script 'client/main.lua'
ui_page 'html/index.html'
files {
'html/index.html',
'html/style.css',
'html/script.js'
}
lua54 'yes'