32 lines
322 B
Lua
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/**',
|
||
|
}
|