mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 08:01:24 +00:00
5d3f2884dc
- Kashacters events renamed - Update MySQL.Async queries to modern standards and remove string concatenation - Rewrote `GetPlayerCharacters` to only use relevant information
29 lines
387 B
Lua
29 lines
387 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
server_scripts {
|
|
'@mysql-async/lib/MySQL.lua',
|
|
'config.lua',
|
|
'server/main.lua',
|
|
}
|
|
|
|
client_scripts {
|
|
'client/main.lua',
|
|
}
|
|
|
|
ui_page {
|
|
'html/ui.html',
|
|
}
|
|
|
|
files {
|
|
'html/ui.html',
|
|
'html/css/main.css',
|
|
'html/js/app.js',
|
|
'html/locales/fr.js',
|
|
'html/locales/en.js',
|
|
'html/locales/pl.js',
|
|
}
|
|
|
|
dependency 'es_extended'
|