Skip to content

Commit 8a904d1

Browse files
committed
Add more missing b2189 IPLs
1 parent 7fad0f5 commit 8a904d1

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

dlc_cayoperico/base.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
CreateThread(function()
2+
RequestIpl("h4_ch2_mansion_final")
3+
end)

dlc_cayoperico/nightclub.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ end)
66
CayoPericoNightclub = {
77
interiorId = 281089,
88

9+
Ipl = {
10+
Posters = {
11+
palmstraxx = "h4_clubposter_palmstraxx",
12+
moodymann = "h4_clubposter_moodymann",
13+
keinemusik = "h4_clubposter_keinemusik",
14+
15+
Enable = function(poster, state)
16+
EnableIpl(poster, state)
17+
end
18+
}
19+
},
20+
921
Security = {
1022
security = "int01_ba_security_upgrade",
1123

@@ -176,6 +188,7 @@ CayoPericoNightclub = {
176188
},
177189

178190
LoadDefault = function()
191+
-- Interior
179192
CayoPericoNightclub.Security.Enable(true, false)
180193
CayoPericoNightclub.Speakers.Set(CayoPericoNightclub.Speakers.basic, false)
181194
CayoPericoNightclub.Podium.Enable(true, false)
@@ -184,6 +197,11 @@ CayoPericoNightclub = {
184197
CayoPericoNightclub.Screen.Enable(CayoPericoNightclub.Screen.front, true, false)
185198
CayoPericoNightclub.Lights.Lasers.Set(CayoPericoNightclub.Lights.Lasers.style04, false)
186199

200+
-- Exterior
201+
CayoPericoNightclub.Ipl.Posters.Enable(CayoPericoNightclub.Ipl.Posters.palmstraxx, true)
202+
CayoPericoNightclub.Ipl.Posters.Enable(CayoPericoNightclub.Ipl.Posters.moodymann, true)
203+
CayoPericoNightclub.Ipl.Posters.Enable(CayoPericoNightclub.Ipl.Posters.keinemusik, true)
204+
187205
RefreshInterior(CayoPericoNightclub.interiorId)
188206
end
189207
}

fxmanifest.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ client_scripts {
107107
, "dlc_casino/penthouse.lua"
108108

109109
-- DLC Cayo Perico Heist (Requires forced build 2189 or higher)
110+
, "dlc_cayoperico/base.lua"
110111
, "dlc_cayoperico/nightclub.lua"
111112
, "dlc_cayoperico/submarine.lua"
112113

0 commit comments

Comments
 (0)