housing
This commit is contained in:
parent
6d90da2841
commit
b71b47a9fb
169 changed files with 12687 additions and 2932 deletions
19
resources/[housing]/bob74_ipl/gtav/zancudo_gates.lua
Normal file
19
resources/[housing]/bob74_ipl/gtav/zancudo_gates.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
-- Zancudo Gates (GTAO like): -1600.30100000 2806.73100000 18.79683000
|
||||
exports('GetZancudoGatesObject', function()
|
||||
return ZancudoGates
|
||||
end)
|
||||
|
||||
ZancudoGates = {
|
||||
Gates = {
|
||||
Open = function()
|
||||
EnableIpl("CS3_07_MPGates", false)
|
||||
end,
|
||||
Close = function()
|
||||
EnableIpl("CS3_07_MPGates", true)
|
||||
end,
|
||||
},
|
||||
|
||||
LoadDefault = function()
|
||||
ZancudoGates.Gates.Open()
|
||||
end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue