all
This commit is contained in:
parent
b3be5bbddd
commit
4a0eae647e
134 changed files with 0 additions and 0 deletions
|
@ -1,25 +0,0 @@
|
|||
-- 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