mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
14 lines
237 B
Lua
14 lines
237 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'
|
|
}
|