0.0.1
This commit is contained in:
21
resources/[standalone]/bob74_ipl/dlc_chopshop/lifeguard.lua
Normal file
21
resources/[standalone]/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
|
||||
}
|
||||
Reference in New Issue
Block a user