This commit is contained in:
Nordi98 2025-06-10 17:37:12 +02:00
parent 6d90da2841
commit b71b47a9fb
169 changed files with 12687 additions and 2932 deletions

View 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
}