-
Notifications
You must be signed in to change notification settings - Fork 238
The Chop Shop: Cargo ship
Indra edited this page Apr 27, 2024
·
2 revisions
Getting the main object to interact with the interior:
ChopShopCargoShip = exports['bob74_ipl']:GetChopShopCargoShipObject()
This ipl can be found at:
X | Y | Z |
---|---|---|
-344.4349 | -4062.832 | 17.000 |
ChopShopCargoShip
+-- Ipl
| +-- ipl
| +-- Load()
| +-- Remove()
+-- LoadDefault()
Loading Ipls related files in game:
ChopShopCargoShip.Ipl.Load()
Removing Ipls from game:
ChopShopCargoShip.Ipl.Remove()
LoadDefault = function()
ChopShopCargoShip.Ipl.Load()
end
You can handle and customize the interiors in your own resources using the exported functions:
Citizen.CreateThread(function()
-- Getting the object to interact with
ChopShopCargoShip = exports['bob74_ipl']:GetChopShopCargoShipObject()
-- Removing the cargo ship
ChopShopCargoShip.Ipl.Remove()
end)
- Home
- GTA V
- GTA Online
- DLC: High life
- DLC: Heists
- DLC: Executives & Other Criminals
- DLC: Finance & Felony
- DLC: Bikers
- DLC: Import/Export
- DLC: Gunrunning
- DLC: Smuggler's Run
- DLC: The Doomsday Heist
- DLC: After Hours
- DLC: Los Santos Drug Wars
- DLC: San Andreas Mercenaries
- DLC: The Chop Shop
- DLC: Bottom Dollar Bounties