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

37 lines
526 B
Lua
Raw Normal View History

2024-12-29 20:11:16 +00:00
fx_version 'cerulean'
game "gta5"
author "Project Sloth & OK1ez"
version '1.1.2'
description 'Admin Menu'
repository 'https://github.com/Project-Sloth/ps-adminmenu'
lua54 'yes'
ui_page 'html/index.html'
-- ui_page 'https://localhost:5173/' --for dev
client_script {
'client/**',
}
server_script {
"server/**",
"@oxmysql/lib/MySQL.lua",
}
shared_script {
'@ox_lib/init.lua',
"shared/**",
}
files {
'html/**',
'data/ped.lua',
'data/object.lua',
'locales/da.json',
}
ox_lib 'locale' -- v3.8.0 or above