forked from swkeep/keep-containers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fxmanifest.lua
43 lines (38 loc) · 887 Bytes
/
fxmanifest.lua
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
39
40
41
42
43
-- _
-- | |
-- _____ _| | _____ ___ _ __
-- / __\ \ /\ / / |/ / _ \/ _ \ '_ \
-- \__ \\ V V /| < __/ __/ |_) |
-- |___/ \_/\_/ |_|\_\___|\___| .__/
-- | |
-- |_|
-- https://github.com/swkeep
fx_version "cerulean"
games {
"gta5"
}
author "Swkeep#7049"
version "1.1.0"
shared_scripts {
-- "@ox_lib/init.lua",
"shared/containers.lua",
"config.lua",
"shared/util.lua"
}
client_scripts {
"@PolyZone/client.lua",
"client/lib.lua",
"client/actions.lua",
"client/creator.lua",
"client/targets/functions.lua",
"client/targets/qtarget.lua",
"client/targets/qbtarget.lua",
"client/targets/oxtarget.lua",
"client/client.lua"
}
server_scripts {
"@oxmysql/lib/MySQL.lua",
"server/lib.lua",
"server/server.lua"
}
lua54 "yes"