0.0.1
This commit is contained in:
24
resources/[standalone]/bob74_ipl/dlc_chopshop/cargoship.lua
Normal file
24
resources/[standalone]/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
|
||||
}
|
||||
Reference in New Issue
Block a user