mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 10:48:52 +00:00
16 lines
303 B
Lua
16 lines
303 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
description 'ESX Menu Default'
|
|
lua54 'yes'
|
|
version '1.9.0'
|
|
|
|
client_scripts {'@es_extended/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 {'es_extended'}
|