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

33 lines
561 B
Lua
Raw Normal View History

2024-12-29 20:28:24 +00:00
fx_version 'cerulean'
game 'gta5'
author 'Flawws, Flakey, Idris and the Project Sloth team'
description 'EchoRP MDT Rewrite for QBCore'
version '2.5.3'
lua54 'yes'
shared_script 'shared/config.lua'
server_scripts {
'@oxmysql/lib/MySQL.lua',
'server/utils.lua',
'server/dbm.lua',
'server/main.lua'
}
client_scripts{
'client/main.lua',
'client/cl_impound.lua',
'client/cl_mugshot.lua'
}
ui_page 'ui/dashboard.html'
files {
'ui/img/*.png',
'ui/img/*.webp',
'ui/dashboard.html',
'ui/app.js',
'ui/style.css',
}