all
This commit is contained in:
parent
b3be5bbddd
commit
4a0eae647e
134 changed files with 0 additions and 0 deletions
18
resources/[housing]/[bob74_ipl]/gtav/stripclub.lua
Normal file
18
resources/[housing]/[bob74_ipl]/gtav/stripclub.lua
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
exports('GetStripClubObject', function()
|
||||
return StripClub
|
||||
end)
|
||||
|
||||
StripClub = {
|
||||
interiorId = 197121,
|
||||
|
||||
Mess = {
|
||||
mess = "V_19_Trevor_Mess", -- A bit of mess in the office
|
||||
Enable = function(state)
|
||||
SetIplPropState(StripClub.interiorId, StripClub.Mess.mess, state, true)
|
||||
end
|
||||
},
|
||||
|
||||
LoadDefault = function()
|
||||
StripClub.Mess.Enable(false)
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue