This repository has been archived on 2025-12-11. You can view files and clone it, but cannot push or open issues or pull requests.

15 lines
322 B
Lua

fx_version 'adamant'
game 'gta5'
description 'A basic menu system for ESX Legacy.'
lua54 'yes'
version '1.10.8'
client_scripts { '@ui_core/imports.lua', 'client/main.lua' }
ui_page { 'html/ui.html' }
files { 'html/ui.html', 'html/css/app.css', 'html/js/mustache.min.js', 'html/js/app.js' }
dependencies { 'ui_core' }