-
Notifications
You must be signed in to change notification settings - Fork 238
GTA V: Strip club
Bob74 edited this page Nov 2, 2018
·
2 revisions
Getting the main object to interact with the interior:
StripClub = exports['bob74_ipl']:GetStripClubObject()
This interior can be found at:
X | Y | Z |
---|---|---|
99.23 | -1291.95 | 29.27 |
StripClub
+-- interiorId
+-- Mess
| +-- mess
| +-- Enable(state)
+-- LoadDefault()
Enable or disable some interior related details:
StripClub.Mess.Enable(state)
Parameter | Description | Valid values |
---|---|---|
state | Enable or disable Trevor's mess in the office |
true or false
|
LoadDefault = function()
StripClub.Mess.Enable(false)
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
StripClub = exports['bob74_ipl']:GetStripClubObject()
-- Enable the mess
StripClub.Mess.Enable(true)
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