0.0.1
This commit is contained in:
21
resources/[core]/esx_inventory/fxmanifest.lua
Normal file
21
resources/[core]/esx_inventory/fxmanifest.lua
Normal file
@@ -0,0 +1,21 @@
|
||||
fx_version "cerulean"
|
||||
|
||||
game "gta5"
|
||||
description "Inventory for the ESX framework"
|
||||
lua54 "yes"
|
||||
use_fxv2_oal "yes"
|
||||
version '1.13.5'
|
||||
|
||||
shared_scripts {
|
||||
"/config/main.lua",
|
||||
"@es_extended/imports.lua",
|
||||
"@es_extended/locale.lua",
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
"/client/main.lua",
|
||||
}
|
||||
|
||||
files {
|
||||
"/locales/*.lua"
|
||||
}
|
||||
Reference in New Issue
Block a user