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.

20 lines
556 B
Lua
Raw Normal View History

2025-02-02 10:40:42 +01:00
fx_version 'cerulean'
game 'gta5'
author 'ESX-Framework - Linden - KASH'
description 'Allows players to have multiple characters on the same account.'
version '1.10.8'
lua54 'yes'
dependencies { 'ui_core', 'ui_context', 'ui_identity', 'ui_skin' }
shared_scripts { '@ui_core/imports.lua', '@ui_core/locale.lua', 'locales/*.lua', 'config.lua' }
server_scripts { '@oxmysql/lib/MySQL.lua', 'server/*.lua' }
client_scripts { 'client/*.lua' }
ui_page { 'html/ui.html' }
files { 'html/ui.html', 'html/css/main.css', 'html/js/app.js', 'html/locales/*.js' }