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

20 lines
274 B
Lua
Raw Normal View History

2024-12-29 20:28:24 +00:00
fx_version 'cerulean'
game 'gta5'
author 'Project Sloth team'
description 'Object Spawner'
version '0.0.1'
lua54 'yes'
client_scripts { "client/*.lua" }
server_scripts {
'@oxmysql/lib/MySQL.lua',
"server/*.lua",
}
ui_page "html/index.html"
files({
"html/*",
})