0.0.1
This commit is contained in:
24
resources/[standalone]/bob74_ipl/dlc_security/billboards.lua
Normal file
24
resources/[standalone]/bob74_ipl/dlc_security/billboards.lua
Normal file
@@ -0,0 +1,24 @@
|
||||
exports('GetMpSecurityBillboardsObject', function()
|
||||
return MpSecurityBillboards
|
||||
end)
|
||||
|
||||
MpSecurityBillboards = {
|
||||
Ipl = {
|
||||
Interior = {
|
||||
ipl = {
|
||||
'sf_billboards',
|
||||
}
|
||||
},
|
||||
|
||||
Load = function()
|
||||
EnableIpl(MpSecurityBillboards.Ipl.Interior.ipl, true)
|
||||
end,
|
||||
Remove = function()
|
||||
EnableIpl(MpSecurityBillboards.Ipl.Interior.ipl, false)
|
||||
end,
|
||||
},
|
||||
|
||||
LoadDefault = function()
|
||||
MpSecurityBillboards.Ipl.Load()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user