-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathfxmanifest.lua
More file actions
52 lines (45 loc) · 1.13 KB
/
fxmanifest.lua
File metadata and controls
52 lines (45 loc) · 1.13 KB
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
44
45
46
47
48
49
50
51
52
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
author "Andyyy#7666"
description "ND Framework Core"
version "2.3.2"
fx_version "cerulean"
game "gta5"
lua54 "yes"
files {
"init.lua",
"compatibility/**/locale.lua",
"locales/*.json",
"ui/**"
}
ui_page "ui/index.html"
shared_script "@ox_lib/init.lua"
client_scripts {
"client/main.lua",
"shared/functions.lua",
"client/peds.lua",
"client/vehicle.lua",
"client/functions.lua",
"client/events.lua",
"client/death.lua",
"client/groupadmin.lua",
"compatibility/**/client.lua"
}
server_scripts {
"@oxmysql/lib/MySQL.lua",
"server/main.lua",
"shared/functions.lua",
"server/player.lua",
"server/vehicle.lua",
"server/functions.lua",
"server/groups.lua",
"server/groupadmin.lua",
"compatibility/**/server.lua",
"server/commands.lua"
}
dependencies {
"ox_lib",
"oxmysql"
}
-- below were used with backwards compatibility but could interfere with resources checking if the resources are started.
-- provide "es_extended"
-- provide "qb-Core"