all
This commit is contained in:
parent
b3be5bbddd
commit
4a0eae647e
134 changed files with 0 additions and 0 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