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

32 lines
322 B
Lua
Raw Permalink Normal View History

2024-12-29 20:28:24 +00:00
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/**',
}