housing
This commit is contained in:
parent
6d90da2841
commit
b71b47a9fb
169 changed files with 12687 additions and 2932 deletions
24
resources/[housing]/bob74_ipl/dlc_chopshop/cargoship.lua
Normal file
24
resources/[housing]/bob74_ipl/dlc_chopshop/cargoship.lua
Normal file
|
@ -0,0 +1,24 @@
|
|||
-- Cargo ship: -344.4349, -4062.832, 17.000
|
||||
exports('GetChopShopCargoShipObject', function()
|
||||
return ChopShopCargoShip
|
||||
end)
|
||||
|
||||
ChopShopCargoShip = {
|
||||
Ipl = {
|
||||
ipl = {
|
||||
"m23_2_cargoship",
|
||||
"m23_2_cargoship_bridge"
|
||||
},
|
||||
|
||||
Load = function()
|
||||
EnableIpl(ChopShopCargoShip.Ipl.ipl, true)
|
||||
end,
|
||||
Remove = function()
|
||||
EnableIpl(ChopShopCargoShip.Ipl.ipl, false)
|
||||
end
|
||||
},
|
||||
|
||||
LoadDefault = function()
|
||||
ChopShopCargoShip.Ipl.Load()
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue