forked from kibook/online-interiors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxmanifest.lua
51 lines (42 loc) · 2.28 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
45
46
47
48
49
50
51
fx_version "cerulean"
game "gta5"
author "TayMcKenzieNZ"
description "A FiveM resource adding ipl/map edits, teleports, and blips to the map for FiveM."
repository "https://github.com/TayMcKenzieNZ/online-interiors"
dependencies {"bob74_ipl"}
data_file 'DLC_ITYP_REQUEST' 'stream/Casino Penthouse\vw_vwdlc_int_02.ytyp'
client_scripts {
"client/*.lua",
"client/maps/after_hours/nightclub/*.lua",
"client/maps/after_hours/nightclub_exteriors/*.lua",
"client/maps/bikers/businesses/cocaine/*.lua",
"client/maps/bikers/businesses/counterfeit_cash/*.lua",
"client/maps/bikers/businesses/document_forgery/*.lua",
"client/maps/bikers/businesses/meth/*.lua",
"client/maps/bikers/businesses/weed/*.lua",
"client/maps/bikers/clubhouses/clubhouse_1/*.lua",
"client/maps/bikers/clubhouses/clubhouse_2/*.lua",
"client/maps/bikers/gang/*.lua",
"client/maps/doomsday/facility/*.lua",
"client/maps/finance_felony/offices/arcadius_business_centre/*.lua",
"client/maps/finance_felony/offices/lom_bank/*.lua",
"client/maps/finance_felony/offices/maze_bank/*.lua",
"client/maps/finance_felony/offices/maze_bank_west/*.lua",
"client/maps/finance_felony/organization/*.lua",
"client/maps/fib_fountain/*lua",
"client/maps/gunrunning/bunker/*.lua",
"client/maps/gunrunning/yacht/*.lua",
"client/maps/heists/yacht/*.lua",
"client/maps/import_export/garages/arcadius_business_centre/*.lua",
"client/maps/import_export/garages/lom_bank/*.lua",
"client/maps/import_export/garages/maze_bank/*.lua",
"client/maps/import_export/garages/maze_bank_west/*.lua",
"client/maps/import_export/vehicle_warehouse/*.lua",
"client/maps/smugglers/hanger/*.lua",
-- These will not work unless the gamebuild is forced to a higher dlc level than FiveM's default Arena Wars level.
"client/maps/casino/*.lua", -- DLC Tuners (Requires forced gamebuild 2060 or higher)
"client/maps/arcade/*.lua", -- DLC Casino Heist (Requires forced gamebuild 2189 or higher)
"client/maps/mptuners/*.lua", -- DLC Tuners (Requires forced gamebuild 2189 or higher)
"client/maps/mpsecurity/*.lua", -- DLC Contracts (Requires forced gamebuild 2545 or higher)
"client/maps/drug_wars/*.lua" -- DLC Los Santos Drug Wars (Requires forced gamebuild 2802 or higher)
}