Files
esx_core-esx-framework/[core]/skinchanger/fxmanifest.lua
T
2023-01-18 15:06:15 +01:00

17 lines
239 B
Lua

fx_version 'adamant'
game 'gta5'
lua54 'yes'
description 'Official ESX-Legacy resource for handling the Player`s Skin'
version '1.9.0'
client_scripts {
'@es_extended/locale.lua',
'locales/*.lua',
'config.lua',
'client/main.lua'
}