This commit is contained in:
Nordi98 2025-06-10 20:01:53 +02:00
parent b3be5bbddd
commit 4a0eae647e
134 changed files with 0 additions and 0 deletions

View file

@ -1,27 +0,0 @@
exports('GetUFOObject', function()
return UFO
end)
UFO = {
Hippie = {
ipl = "ufo", -- Hippie base: 2490.47729, 3774.84351, 2414.035
Enable = function(state)
EnableIpl(UFO.Hippie.ipl, state)
end
},
Chiliad = {
ipl = "ufo_eye", -- Chiliad: 501.5288, 5593.865, 796.2325
Enable = function(state)
EnableIpl(UFO.Chiliad.ipl, state)
end
},
Zancudo = {
ipl = "ufo_lod", -- Zancudo: -2051.99463, 3237.05835, 1456.97021
Enable = function(state)
EnableIpl(UFO.Zancudo.ipl, state)
end
}
}