-
Notifications
You must be signed in to change notification settings - Fork 36
/
fxmanifest.lua
44 lines (38 loc) · 1.02 KB
/
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
44
-- For support join my discord: https://discord.gg/Z9Mxu72zZ6
author "Andyyy#7666"
description "ND Framework Core"
version "2.2.9"
fx_version "cerulean"
game "gta5"
lua54 "yes"
shared_script "@ox_lib/init.lua"
client_scripts {
"client/main.lua",
"shared/functions.lua",
"client/peds.lua",
"client/vehicle/main.lua",
"client/vehicle/garages.lua",
"client/functions.lua",
"client/events.lua",
"client/death.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",
"compatibility/**/server.lua",
"server/commands.lua"
}
files {
"init.lua",
"client/vehicle/data.lua",
"compatibility/**/locale.lua"
}
dependency "oxmysql"
-- below were used with backwards compatibility but could interfere with resources checking if the resources are started.
-- provide "es_extended"
-- provide "qb-Core"