-
Notifications
You must be signed in to change notification settings - Fork 239
GTA V: Graffitis
Bob74 edited this page Nov 2, 2018
·
2 revisions
Getting the main object to interact with the interior:
Graffitis = exports['bob74_ipl']:GetGraffitisObject()
These ipls can be found at:
X | Y | Z |
---|---|---|
1861.28 | 2402.11 | 58.53 |
2697.32 | 3162.18 | 58.1 |
2119.12 | 3058.21 | 53.25 |
Graffitis
+-- ipl
+-- Enable(state)
Enable or disable ipl files in game:
Graffitis.Enable(state)
Parameter | Description | Valid values |
---|---|---|
state | Enable or disable graffitis |
true or false
|
Graffitis.Enable(true)
You can handle and customize the interiors in your own resources using the exported functions:
Citizen.CreateThread(function()
-- Getting the object to interact with
Graffitis = exports['bob74_ipl']:GetGraffitisObject()
-- Disable graffitis
Graffitis.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