housing
This commit is contained in:
parent
6d90da2841
commit
b71b47a9fb
169 changed files with 12687 additions and 2932 deletions
21
resources/[housing]/bob74_ipl/dlc_chopshop/lifeguard.lua
Normal file
21
resources/[housing]/bob74_ipl/dlc_chopshop/lifeguard.lua
Normal file
|
@ -0,0 +1,21 @@
|
|||
-- Lifeguard: -1488.153, -1021.166, 5.000
|
||||
exports('GetChopShopLifeguardObject', function()
|
||||
return ChopShopLifeguard
|
||||
end)
|
||||
|
||||
ChopShopLifeguard = {
|
||||
Ipl = {
|
||||
ipl = "m23_2_lifeguard_access",
|
||||
|
||||
Load = function()
|
||||
EnableIpl(ChopShopLifeguard.Ipl.ipl, true)
|
||||
end,
|
||||
Remove = function()
|
||||
EnableIpl(ChopShopLifeguard.Ipl.ipl, false)
|
||||
end
|
||||
},
|
||||
|
||||
LoadDefault = function()
|
||||
ChopShopLifeguard.Ipl.Load()
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue