1
0
Fork 0
forked from Simnation/Main
Main/resources/[tools]/bob74_ipl/gtav/stripclub.lua

19 lines
400 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
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
}