1
0
Fork 0
forked from Simnation/Main
Main/resources/[qb]/qb-input/fxmanifest.lua
2025-06-07 08:51:21 +02:00

18 lines
304 B
Lua

fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Kakarot'
description 'Menu that allows players to input information for various things'
version '1.2.0'
client_scripts {
'client/*.lua'
}
ui_page 'html/index.html'
files {
'html/index.html',
'html/styles/*.css',
'html/script.js'
}