Scripts/resources/[ps]/ps-inventory/fxmanifest.lua

36 lines
489 B
Lua
Raw Normal View History

2024-12-29 20:29:10 +00:00
fx_version 'cerulean'
game 'gta5'
description 'ps-inventory'
version '1.0.3'
shared_scripts {
'config.lua',
'@qb-weapons/config.lua'
}
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/main.lua'
}
client_script 'client/main.lua'
ui_page {
'html/ui.html'
}
files {
'html/ui.html',
'html/css/main.css',
'html/js/app.js',
'html/images/*.svg',
'html/images/*.png',
'html/images/*.jpg',
'html/ammo_images/*.png',
'html/attachment_images/*.png',
'html/*.ttf'
}
lua54 'yes'