Main/resources/[qb]/qb-menu/fxmanifest.lua
2025-06-07 08:51:21 +02:00

16 lines
295 B
Lua

fx_version 'cerulean'
game 'gta5'
lua54 'yes'
author 'Kakarot'
description 'Menu of options for players to interact with to do certain tasks'
version '1.2.0'
client_script 'client/main.lua'
ui_page 'html/index.html'
files {
'html/index.html',
'html/script.js',
'html/style.css'
}