This commit is contained in:
Nordi98 2025-06-10 17:37:12 +02:00
parent 6d90da2841
commit b71b47a9fb
169 changed files with 12687 additions and 2932 deletions

View file

@ -0,0 +1,56 @@
-- 4 Integrity Way, Apt 30
-- High end apartment 1: -35.31277 -580.4199 88.71221
exports('GetGTAOApartmentHi1Object', function()
return GTAOApartmentHi1
end)
GTAOApartmentHi1 = {
interiorId = 141313,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOApartmentHi1.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOApartmentHi1.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOApartmentHi1.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOApartmentHi1.Strip.Enable({
GTAOApartmentHi1.Strip.A,
GTAOApartmentHi1.Strip.B,
GTAOApartmentHi1.Strip.C
}, false)
GTAOApartmentHi1.Booze.Enable({
GTAOApartmentHi1.Booze.A,
GTAOApartmentHi1.Booze.B,
GTAOApartmentHi1.Booze.C
}, false)
GTAOApartmentHi1.Smoke.Enable({
GTAOApartmentHi1.Smoke.A,
GTAOApartmentHi1.Smoke.B,
GTAOApartmentHi1.Smoke.C
}, false)
RefreshInterior(GTAOApartmentHi1.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- Dell Perro Heights, Apt 7
-- High end apartment 2: -1477.14 -538.7499 55.5264
exports('GetGTAOApartmentHi2Object', function()
return GTAOApartmentHi2
end)
GTAOApartmentHi2 = {
interiorId = 145665,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOApartmentHi2.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOApartmentHi2.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOApartmentHi2.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOApartmentHi2.Strip.Enable({
GTAOApartmentHi2.Strip.A,
GTAOApartmentHi2.Strip.B,
GTAOApartmentHi2.Strip.C
}, false)
GTAOApartmentHi2.Booze.Enable({
GTAOApartmentHi2.Booze.A,
GTAOApartmentHi2.Booze.B,
GTAOApartmentHi2.Booze.C
}, false)
GTAOApartmentHi2.Smoke.Enable({
GTAOApartmentHi2.Smoke.A,
GTAOApartmentHi2.Smoke.B,
GTAOApartmentHi2.Smoke.C
}, false)
RefreshInterior(GTAOApartmentHi2.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- 3655 Wild Oats Drive
-- High end house 1: -169.286 486.4938 137.4436
exports('GetGTAOHouseHi1Object', function()
return GTAOHouseHi1
end)
GTAOHouseHi1 = {
interiorId = 207105,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi1.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi1.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi1.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOHouseHi1.Strip.Enable({
GTAOHouseHi1.Strip.A,
GTAOHouseHi1.Strip.B,
GTAOHouseHi1.Strip.C
}, false)
GTAOHouseHi1.Booze.Enable({
GTAOHouseHi1.Booze.A,
GTAOHouseHi1.Booze.B,
GTAOHouseHi1.Booze.C
}, false)
GTAOHouseHi1.Smoke.Enable({
GTAOHouseHi1.Smoke.A,
GTAOHouseHi1.Smoke.B,
GTAOHouseHi1.Smoke.C
}, false)
RefreshInterior(GTAOHouseHi1.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- 2044 North Conker Avenue
-- High end house 2: 340.9412 437.1798 149.3925
exports('GetGTAOHouseHi2Object', function()
return GTAOHouseHi2
end)
GTAOHouseHi2 = {
interiorId = 206081,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi2.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi2.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi2.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOHouseHi2.Strip.Enable({
GTAOHouseHi2.Strip.A,
GTAOHouseHi2.Strip.B,
GTAOHouseHi2.Strip.C
}, false)
GTAOHouseHi2.Booze.Enable({
GTAOHouseHi2.Booze.A,
GTAOHouseHi2.Booze.B,
GTAOHouseHi2.Booze.C
}, false)
GTAOHouseHi2.Smoke.Enable({
GTAOHouseHi2.Smoke.A,
GTAOHouseHi2.Smoke.B,
GTAOHouseHi2.Smoke.C
}, false)
RefreshInterior(GTAOHouseHi2.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- 2045 North Conker Avenue
-- High end house 3: 373.023 416.105 145.7006
exports('GetGTAOHouseHi3Object', function()
return GTAOHouseHi3
end)
GTAOHouseHi3 = {
interiorId = 206337,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi3.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi3.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi3.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOHouseHi3.Strip.Enable({
GTAOHouseHi3.Strip.A,
GTAOHouseHi3.Strip.B,
GTAOHouseHi3.Strip.C
}, false)
GTAOHouseHi3.Booze.Enable({
GTAOHouseHi3.Booze.A,
GTAOHouseHi3.Booze.B,
GTAOHouseHi3.Booze.C
}, false)
GTAOHouseHi3.Smoke.Enable({
GTAOHouseHi3.Smoke.A,
GTAOHouseHi3.Smoke.B,
GTAOHouseHi3.Smoke.C
}, false)
RefreshInterior(GTAOHouseHi3.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- 2862 Hillcrest Avenue
-- High end house 4: -676.127 588.612 145.1698
exports('GetGTAOHouseHi4Object', function()
return GTAOHouseHi4
end)
GTAOHouseHi4 = {
interiorId = 208129,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi4.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi4.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi4.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOHouseHi4.Strip.Enable({
GTAOHouseHi4.Strip.A,
GTAOHouseHi4.Strip.B,
GTAOHouseHi4.Strip.C
}, false)
GTAOHouseHi4.Booze.Enable({
GTAOHouseHi4.Booze.A,
GTAOHouseHi4.Booze.B,
GTAOHouseHi4.Booze.C
}, false)
GTAOHouseHi4.Smoke.Enable({
GTAOHouseHi4.Smoke.A,
GTAOHouseHi4.Smoke.B,
GTAOHouseHi4.Smoke.C
}, false)
RefreshInterior(GTAOHouseHi4.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- 2868 Hillcrest Avenue
-- High end house 5: -763.107 615.906 144.1401
exports('GetGTAOHouseHi5Object', function()
return GTAOHouseHi5
end)
GTAOHouseHi5 = {
interiorId = 207617,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi5.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi5.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi5.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOHouseHi5.Strip.Enable({
GTAOHouseHi5.Strip.A,
GTAOHouseHi5.Strip.B,
GTAOHouseHi5.Strip.C
}, false)
GTAOHouseHi5.Booze.Enable({
GTAOHouseHi5.Booze.A,
GTAOHouseHi5.Booze.B,
GTAOHouseHi5.Booze.C
}, false)
GTAOHouseHi5.Smoke.Enable({
GTAOHouseHi5.Smoke.A,
GTAOHouseHi5.Smoke.B,
GTAOHouseHi5.Smoke.C
}, false)
RefreshInterior(GTAOHouseHi5.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- 2874 Hillcrest Avenue
-- High end house 6: -857.798 682.563 152.6529
exports('GetGTAOHouseHi6Object', function()
return GTAOHouseHi6
end)
GTAOHouseHi6 = {
interiorId = 207361,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi6.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi6.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi6.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOHouseHi6.Strip.Enable({
GTAOHouseHi6.Strip.A,
GTAOHouseHi6.Strip.B,
GTAOHouseHi6.Strip.C
}, false)
GTAOHouseHi6.Booze.Enable({
GTAOHouseHi6.Booze.A,
GTAOHouseHi6.Booze.B,
GTAOHouseHi6.Booze.C
}, false)
GTAOHouseHi6.Smoke.Enable({
GTAOHouseHi6.Smoke.A,
GTAOHouseHi6.Smoke.B,
GTAOHouseHi6.Smoke.C
}, false)
RefreshInterior(GTAOHouseHi6.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- 2677 Whispymound Drive
-- High end house 7: 120.5 549.952 184.097
exports('GetGTAOHouseHi7Object', function()
return GTAOHouseHi7
end)
GTAOHouseHi7 = {
interiorId = 206593,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi7.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi7.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi7.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOHouseHi7.Strip.Enable({
GTAOHouseHi7.Strip.A,
GTAOHouseHi7.Strip.B,
GTAOHouseHi7.Strip.C
}, false)
GTAOHouseHi7.Booze.Enable({
GTAOHouseHi7.Booze.A,
GTAOHouseHi7.Booze.B,
GTAOHouseHi7.Booze.C
}, false)
GTAOHouseHi7.Smoke.Enable({
GTAOHouseHi7.Smoke.A,
GTAOHouseHi7.Smoke.B,
GTAOHouseHi7.Smoke.C
}, false)
RefreshInterior(GTAOHouseHi7.interiorId)
end
}

View file

@ -0,0 +1,57 @@
-- 2133 Mad Wayne Thunder
-- High end house 8: -1288 440.748 97.69459
exports('GetGTAOHouseHi8Object', function()
return GTAOHouseHi8
end)
GTAOHouseHi8 = {
interiorId = 208385,
Strip = {
A = "Apart_Hi_Strip_A",
B = "Apart_Hi_Strip_B",
C = "Apart_Hi_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi8.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Hi_Booze_A",
B = "Apart_Hi_Booze_B",
C = "Apart_Hi_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi8.interiorId, details, state, refresh)
end
},
Smoke = {
A = "Apart_Hi_Smokes_A",
B = "Apart_Hi_Smokes_B",
C = "Apart_Hi_Smokes_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseHi8.interiorId, details, state, refresh)
end
},
LoadDefault = function()
GTAOHouseHi8.Strip.Enable({
GTAOHouseHi8.Strip.A,
GTAOHouseHi8.Strip.B,
GTAOHouseHi8.Strip.C
}, false)
GTAOHouseHi8.Booze.Enable({
GTAOHouseHi8.Booze.A,
GTAOHouseHi8.Booze.B,
GTAOHouseHi8.Booze.C
}, false)
GTAOHouseHi8.Smoke.Enable({
GTAOHouseHi8.Smoke.A,
GTAOHouseHi8.Smoke.B,
GTAOHouseHi8.Smoke.C
}, false)
RefreshInterior(GTAOHouseHi8.interiorId)
end
}

View file

@ -0,0 +1,54 @@
-- Low end house 1: 261.4586 -998.8196 -99.00863
exports('GetGTAOHouseLow1Object', function()
return GTAOHouseLow1
end)
GTAOHouseLow1 = {
interiorId = 149761,
Strip = {
A = "Studio_Lo_Strip_A", B = "Studio_Lo_Strip_B", C = "Studio_Lo_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseLow1.interiorId, details, state, refresh)
end
},
Booze = {
A = "Studio_Lo_Booze_A", B = "Studio_Lo_Booze_B", C = "Studio_Lo_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseLow1.interiorId, details, state, refresh)
end
},
Smoke = {
none = "", stage1 = "Studio_Lo_Smoke_A", stage2 = "Studio_Lo_Smoke_B", stage3 = "Studio_Lo_Smoke_C",
Set = function(smoke, refresh)
GTAOHouseLow1.Smoke.Clear(false)
if smoke ~= nil then
SetIplPropState(GTAOHouseLow1.interiorId, smoke, true, refresh)
else
if refresh then RefreshInterior(GTAOHouseLow1.interiorId) end
end
end,
Clear = function(refresh)
SetIplPropState(GTAOHouseLow1.interiorId, {
GTAOHouseLow1.Smoke.stage1,
GTAOHouseLow1.Smoke.stage2,
GTAOHouseLow1.Smoke.stage3
}, false, refresh)
end
},
LoadDefault = function()
GTAOHouseLow1.Strip.Enable({
GTAOHouseLow1.Strip.A,
GTAOHouseLow1.Strip.B,
GTAOHouseLow1.Strip.C
}, false)
GTAOHouseLow1.Booze.Enable({
GTAOHouseLow1.Booze.A,
GTAOHouseLow1.Booze.B,
GTAOHouseLow1.Booze.C
}, false)
GTAOHouseLow1.Smoke.Set(GTAOHouseLow1.Smoke.none)
RefreshInterior(GTAOHouseLow1.interiorId)
end
}

View file

@ -0,0 +1,68 @@
-- Middle end house 1: 347.2686 -999.2955 -99.19622
exports('GetGTAOHouseMid1Object', function()
return GTAOHouseMid1
end)
GTAOHouseMid1 = {
interiorId = 148225,
Strip = {
A = "Apart_Mid_Strip_A",
B = "Apart_Mid_Strip_B",
C = "Apart_Mid_Strip_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseMid1.interiorId, details, state, refresh)
end
},
Booze = {
A = "Apart_Mid_Booze_A",
B = "Apart_Mid_Booze_B",
C = "Apart_Mid_Booze_C",
Enable = function(details, state, refresh)
SetIplPropState(GTAOHouseMid1.interiorId, details, state, refresh)
end
},
Smoke = {
none = "",
stage1 = "Apart_Mid_Smoke_A",
stage2 = "Apart_Mid_Smoke_B",
stage3 = "Apart_Mid_Smoke_C",
Set = function(smoke, refresh)
GTAOHouseMid1.Smoke.Clear(false)
if smoke ~= nil then
SetIplPropState(GTAOHouseMid1.interiorId, smoke, true, refresh)
else
if refresh then
RefreshInterior(GTAOHouseMid1.interiorId)
end
end
end,
Clear = function(refresh)
SetIplPropState(GTAOHouseMid1.interiorId, {
GTAOHouseMid1.Smoke.stage1,
GTAOHouseMid1.Smoke.stage2,
GTAOHouseMid1.Smoke.stage3
}, false, refresh)
end
},
LoadDefault = function()
GTAOHouseMid1.Strip.Enable({
GTAOHouseMid1.Strip.A,
GTAOHouseMid1.Strip.B,
GTAOHouseMid1.Strip.C
}, false)
GTAOHouseMid1.Booze.Enable({
GTAOHouseMid1.Booze.A,
GTAOHouseMid1.Booze.B,
GTAOHouseMid1.Booze.C
}, false)
GTAOHouseMid1.Smoke.Set(GTAOHouseMid1.Smoke.none)
RefreshInterior(GTAOHouseMid1.interiorId)
end
}