66CayoPericoNightclub = {
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}
0 commit comments