forked from Simnation/Main
all
This commit is contained in:
parent
b3be5bbddd
commit
4a0eae647e
134 changed files with 0 additions and 0 deletions
21
resources/[housing]/[bob74_ipl]/dlc_agents/airstrip.lua
Normal file
21
resources/[housing]/[bob74_ipl]/dlc_agents/airstrip.lua
Normal file
|
@ -0,0 +1,21 @@
|
|||
-- Airstrip: -2106.98, 1468.31, 282.0
|
||||
exports("GetAgentsAirstrip", function()
|
||||
return AgentsAirstrip
|
||||
end)
|
||||
|
||||
AgentsAirstrip = {
|
||||
Ipl = {
|
||||
ipl = "m24_2_airstrip",
|
||||
|
||||
Load = function()
|
||||
EnableIpl(AgentsAirstrip.Ipl.ipl, true)
|
||||
end,
|
||||
Remove = function()
|
||||
EnableIpl(AgentsAirstrip.Ipl.ipl, false)
|
||||
end
|
||||
},
|
||||
|
||||
LoadDefault = function()
|
||||
AgentsAirstrip.Ipl.Load()
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue