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