Skip to content

Commit

Permalink
🎨 Run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Feb 1, 2024
1 parent 8da6413 commit e03e297
Show file tree
Hide file tree
Showing 81 changed files with 1,311 additions and 1,208 deletions.
118 changes: 59 additions & 59 deletions server-data/resources/[maps]/bob74_ipl/dlc_afterhours/nightclubs.lua

Large diffs are not rendered by default.

82 changes: 41 additions & 41 deletions server-data/resources/[maps]/bob74_ipl/dlc_bikers/clubhouse1.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Clubhouse1: 1107.04, -3157.399, -37.51859
exports('GetBikerClubhouse1Object', function()
exports("GetBikerClubhouse1Object", function()
return BikerClubhouse1
end)

Expand All @@ -15,8 +15,8 @@ BikerClubhouse1 = {
end,
Remove = function()
EnableIpl(BikerClubhouse1.Ipl.Interior.ipl, false)
end
}
end,
},
},
Walls = {
brick = "walls_01",
Expand All @@ -31,7 +31,7 @@ BikerClubhouse1 = {
lightYellowGray = 6,
lightGray = 7,
orange = 8,
gray = 9
gray = 9,
},

Set = function(walls, color, refresh)
Expand All @@ -47,9 +47,9 @@ BikerClubhouse1 = {
Clear = function(refresh)
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Walls.brick,
BikerClubhouse1.Walls.plain
BikerClubhouse1.Walls.plain,
}, false, refresh)
end
end,
},
Furnitures = {
A = "furnishings_01",
Expand All @@ -68,9 +68,9 @@ BikerClubhouse1 = {
Clear = function(refresh)
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Furnitures.A,
BikerClubhouse1.Furnitures.B
BikerClubhouse1.Furnitures.B,
}, false, refresh)
end
end,
},
Decoration = {
A = "decorative_01",
Expand All @@ -84,9 +84,9 @@ BikerClubhouse1 = {
Clear = function(refresh)
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Decoration.A,
BikerClubhouse1.Decoration.B
BikerClubhouse1.Decoration.B,
}, false, refresh)
end
end,
},
Mural = {
none = "",
Expand Down Expand Up @@ -121,9 +121,9 @@ BikerClubhouse1 = {
BikerClubhouse1.Mural.mods2,
BikerClubhouse1.Mural.rideForever,
BikerClubhouse1.Mural.heart,
BikerClubhouse1.Mural.route68
BikerClubhouse1.Mural.route68,
}, false, refresh)
end
end,
},
GunLocker = {
none = "",
Expand All @@ -144,9 +144,9 @@ BikerClubhouse1 = {
Clear = function(refresh)
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.GunLocker.on,
BikerClubhouse1.GunLocker.off
BikerClubhouse1.GunLocker.off,
}, false, refresh)
end
end,
},
ModBooth = {
none = "",
Expand All @@ -167,21 +167,21 @@ BikerClubhouse1 = {
Clear = function(refresh)
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.ModBooth.on,
BikerClubhouse1.ModBooth.off
BikerClubhouse1.ModBooth.off,
}, false, refresh)
end
end,
},
Meth = {
none = "",
stage1 = "meth_stash1",
stage2 = {
"meth_stash1",
"meth_stash2"
"meth_stash2",
},
stage3 = {
"meth_stash1",
"meth_stash2",
"meth_stash3"
"meth_stash3",
},

Set = function(stage, refresh)
Expand All @@ -199,21 +199,21 @@ BikerClubhouse1 = {
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Meth.stage1,
BikerClubhouse1.Meth.stage2,
BikerClubhouse1.Meth.stage3
BikerClubhouse1.Meth.stage3,
}, false, refresh)
end
end,
},
Cash = {
none = "",
stage1 = "cash_stash1",
stage2 = {
"cash_stash1",
"cash_stash2"
"cash_stash2",
},
stage3 = {
"cash_stash1",
"cash_stash2",
"cash_stash3"
"cash_stash3",
},

Set = function(stage, refresh)
Expand All @@ -231,21 +231,21 @@ BikerClubhouse1 = {
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Cash.stage1,
BikerClubhouse1.Cash.stage2,
BikerClubhouse1.Cash.stage3
BikerClubhouse1.Cash.stage3,
}, false, refresh)
end
end,
},
Weed = {
none = "",
stage1 = "weed_stash1",
stage2 = {
"weed_stash1",
"weed_stash2"
"weed_stash2",
},
stage3 = {
"weed_stash1",
"weed_stash2",
"weed_stash3"
"weed_stash3",
},

Set = function(stage, refresh)
Expand All @@ -263,21 +263,21 @@ BikerClubhouse1 = {
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Weed.stage1,
BikerClubhouse1.Weed.stage2,
BikerClubhouse1.Weed.stage3
BikerClubhouse1.Weed.stage3,
}, false, refresh)
end
end,
},
Coke = {
none = "",
stage1 = "coke_stash1",
stage2 = {
"coke_stash1",
"coke_stash2"
"coke_stash2",
},
stage3 = {
"coke_stash1",
"coke_stash2",
"coke_stash3"
"coke_stash3",
},

Set = function(stage, refresh)
Expand All @@ -295,21 +295,21 @@ BikerClubhouse1 = {
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Coke.stage1,
BikerClubhouse1.Coke.stage2,
BikerClubhouse1.Coke.stage3
BikerClubhouse1.Coke.stage3,
}, false, refresh)
end
end,
},
Counterfeit = {
none = "",
stage1 = "counterfeit_stash1",
stage2 = {
"counterfeit_stash1",
"counterfeit_stash2"
"counterfeit_stash2",
},
stage3 = {
"counterfeit_stash1",
"counterfeit_stash2",
"counterfeit_stash3"
"counterfeit_stash3",
},

Set = function(stage, refresh)
Expand All @@ -327,21 +327,21 @@ BikerClubhouse1 = {
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Counterfeit.stage1,
BikerClubhouse1.Counterfeit.stage2,
BikerClubhouse1.Counterfeit.stage3
BikerClubhouse1.Counterfeit.stage3,
}, false, refresh)
end
end,
},
Documents = {
none = "",
stage1 = "id_stash1",
stage2 = {
"id_stash1",
"id_stash2"
"id_stash2",
},
stage3 = {
"id_stash1",
"id_stash2",
"id_stash3"
"id_stash3",
},

Set = function(stage, refresh)
Expand All @@ -359,9 +359,9 @@ BikerClubhouse1 = {
SetIplPropState(BikerClubhouse1.interiorId, {
BikerClubhouse1.Documents.stage1,
BikerClubhouse1.Documents.stage2,
BikerClubhouse1.Documents.stage3
BikerClubhouse1.Documents.stage3,
}, false, refresh)
end
end,
},

LoadDefault = function()
Expand All @@ -384,5 +384,5 @@ BikerClubhouse1 = {
BikerClubhouse1.Documents.Set(BikerClubhouse1.Documents.none)

RefreshInterior(BikerClubhouse1.interiorId)
end
end,
}
Loading

0 comments on commit e03e297

Please sign in to comment.