Scripts/resources/[ps]/ps-realtor/fxmanifest.lua
2024-12-29 21:28:24 +01:00

32 lines
322 B
Lua

fx_version 'cerulean'
game "gta5"
author "Xirvin & Project Sloth"
version '0.0.5'
lua54 'yes'
ui_page 'html/index.html'
-- ui_page 'https://localhost:3000/' --for dev
shared_script {
'@ox_lib/init.lua',
"shared/**",
}
server_script {
"server/**",
}
client_script {
'client/**',
}
files {
'html/**',
}