housing
This commit is contained in:
parent
6d90da2841
commit
b71b47a9fb
169 changed files with 12687 additions and 2932 deletions
25
resources/[housing]/bob74_ipl/dlc_bounties/carrier.lua
Normal file
25
resources/[housing]/bob74_ipl/dlc_bounties/carrier.lua
Normal file
|
@ -0,0 +1,25 @@
|
|||
-- Aircraft carrier: -3208.03, 3954.54, 14.0
|
||||
exports('GetSummerCarrierObject', function()
|
||||
return SummerCarrier
|
||||
end)
|
||||
|
||||
SummerCarrier = {
|
||||
ipl = {
|
||||
"m24_1_carrier",
|
||||
"m24_1_carrier_int1",
|
||||
"m24_1_carrier_int2",
|
||||
"m24_1_carrier_int3",
|
||||
"m24_1_carrier_int4",
|
||||
"m24_1_carrier_int5",
|
||||
"m24_1_carrier_int6",
|
||||
"m24_1_carrier_ladders"
|
||||
},
|
||||
|
||||
Enable = function(state)
|
||||
EnableIpl(SummerCarrier.ipl, state)
|
||||
end,
|
||||
|
||||
LoadDefault = function()
|
||||
SummerCarrier.Enable(true)
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue