mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 00:01:20 +00:00
17 lines
240 B
Lua
17 lines
240 B
Lua
fx_version 'adamant'
|
|
|
|
game 'gta5'
|
|
|
|
lua54 'yes'
|
|
|
|
description 'Official ESX-Legacy resource for handling the Player`s Skin'
|
|
|
|
version '1.10.1'
|
|
|
|
client_scripts {
|
|
'@es_extended/locale.lua',
|
|
'locales/*.lua',
|
|
'config.lua',
|
|
'client/main.lua'
|
|
}
|