housing
This commit is contained in:
parent
6d90da2841
commit
b71b47a9fb
169 changed files with 12687 additions and 2932 deletions
25
resources/[housing]/bob74_ipl/dlc_security/musicrooftop.lua
Normal file
25
resources/[housing]/bob74_ipl/dlc_security/musicrooftop.lua
Normal file
|
@ -0,0 +1,25 @@
|
|||
-- Studio rooftop: -854.19, -225.73, 60.00
|
||||
exports('GetMpSecurityMusicRoofTopObject', function()
|
||||
return MpSecurityMusicRoofTop
|
||||
end)
|
||||
|
||||
MpSecurityMusicRoofTop = {
|
||||
Ipl = {
|
||||
Interior = {
|
||||
ipl = {
|
||||
'sf_musicrooftop'
|
||||
}
|
||||
},
|
||||
|
||||
Load = function()
|
||||
EnableIpl(MpSecurityMusicRoofTop.Ipl.Interior.ipl, true)
|
||||
end,
|
||||
Remove = function()
|
||||
EnableIpl(MpSecurityMusicRoofTop.Ipl.Interior.ipl, false)
|
||||
end
|
||||
},
|
||||
|
||||
LoadDefault = function()
|
||||
MpSecurityMusicRoofTop.Ipl.Load()
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue