-
Notifications
You must be signed in to change notification settings - Fork 236
Bottom Dollar Bounties: Aircraft carrier
Indra edited this page Aug 11, 2024
·
1 revision
Getting the main object to interact with the interior:
SummerCarrier = exports['bob74_ipl']:GetSummerCarrierObject()
This ipl can be found at:
X | Y | Z |
---|---|---|
-3208.03 | 3954.54 | 14.0 |
SummerCarrier
+-- ipl
+-- Enable(state)
+-- LoadDefault()
Enable or disable the aircraft carrier:
SummerCarrier.Enable(state)
Parameter | Description | Valid values |
---|---|---|
state | Enabled or disabled |
true or false
|
LoadDefault = function()
SummerCarrier.Enable(true)
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
SummerCarrier = exports['bob74_ipl']:GetSummerCarrierObject()
-- Disabling the carrier
HeistCarrier.Enable(false)
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