-
-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
38 lines (32 loc) · 696 Bytes
/
fxmanifest.lua
File metadata and controls
38 lines (32 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
fx_version "cerulean"
game "gta5"
lua54 "yes"
use_experimental_fxv2_oal "yes"
version "1.1.1"
name "cuchi_computer"
description "Usable computer"
author "Cu-chi"
repository "https://github.com/Cu-chi/cuchi_computer"
shared_scripts {
"config.lua",
"app_config.lua",
"shared/functions.lua",
}
client_scripts {
"locales/main.lua",
"locales/lua/*.lua",
"client/*.lua",
"client/addresses/*.lua"
}
server_scripts {
"@oxmysql/lib/MySQL.lua",
"server/*.lua",
"server/addresses/*.lua"
}
ui_page "nui/index.html"
files {
"locales/main.js",
"locales/ui/*.js",
"assets/screen.gif", -- 1:1 format for better result (256x256px forced)
"nui/**/*"
}