mirror of
https://github.com/fortressforever/fortressforever-scripts.git
synced 2025-02-11 22:57:38 +00:00
💄
This commit is contained in:
parent
d5adad6174
commit
076b54ebf4
5 changed files with 10 additions and 10 deletions
|
@ -162,7 +162,7 @@ function security_off( team )
|
|||
local opposite_team = team == "red" and "blue" or "red"
|
||||
OutputEvent("sec_"..opposite_team.."_slayer", "Disable")
|
||||
|
||||
AddSchedule("aardvarksecup10"..team, SECURITY_LENGTH - 10, function()
|
||||
AddSchedule("secup10"..team, SECURITY_LENGTH - 10, function()
|
||||
BroadCastMessage("#FF_"..team:upper().."_SEC_10")
|
||||
end)
|
||||
end
|
||||
|
|
|
@ -60,7 +60,7 @@ blue_aardvarkresup = aardvarkresup:new({ team = Team.kBlue })
|
|||
red_aardvarkresup = aardvarkresup:new({ team = Team.kRed })
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- aardvark security
|
||||
-- security
|
||||
-----------------------------------------------------------------------------
|
||||
red_aardvarksec = red_security_trigger:new()
|
||||
blue_aardvarksec = blue_security_trigger:new()
|
||||
|
@ -73,7 +73,7 @@ function security_off( team )
|
|||
local opposite_team = team == "red" and "blue" or "red"
|
||||
OutputEvent("sec_"..opposite_team.."_slayer", "Disable")
|
||||
|
||||
AddSchedule("aardvarksecup10"..team, SECURITY_LENGTH - 10, function()
|
||||
AddSchedule("secup10"..team, SECURITY_LENGTH - 10, function()
|
||||
BroadCastMessage("#FF_"..team:upper().."_SEC_10")
|
||||
end)
|
||||
end
|
||||
|
@ -88,7 +88,7 @@ function security_on( team )
|
|||
end
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- aardvark lasers and respawn shields
|
||||
-- lasers and respawn shields
|
||||
-----------------------------------------------------------------------------
|
||||
blue_slayer = not_red_trigger:new()
|
||||
red_slayer = not_blue_trigger:new()
|
||||
|
|
|
@ -56,7 +56,7 @@ blue_aardvarkresup = aardvarkresup:new({ team = Team.kBlue })
|
|||
red_aardvarkresup = aardvarkresup:new({ team = Team.kRed })
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- aardvark security
|
||||
-- security
|
||||
-----------------------------------------------------------------------------
|
||||
red_aardvarksec = red_security_trigger:new()
|
||||
blue_aardvarksec = blue_security_trigger:new()
|
||||
|
@ -69,7 +69,7 @@ function security_off( team )
|
|||
local opposite_team = team == "red" and "blue" or "red"
|
||||
OutputEvent("sec_"..opposite_team.."_slayer", "Disable")
|
||||
|
||||
AddSchedule("aardvarksecup10"..team, SECURITY_LENGTH - 10, function()
|
||||
AddSchedule("secup10"..team, SECURITY_LENGTH - 10, function()
|
||||
BroadCastMessage("#FF_"..team:upper().."_SEC_10")
|
||||
end)
|
||||
end
|
||||
|
@ -84,7 +84,7 @@ function security_on( team )
|
|||
end
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- aardvark lasers and respawn shields
|
||||
-- lasers and respawn shields
|
||||
-----------------------------------------------------------------------------
|
||||
blue_slayer = not_red_trigger:new()
|
||||
red_slayer = not_blue_trigger:new()
|
||||
|
|
|
@ -135,7 +135,7 @@ function security_off( team )
|
|||
local opposite_team = team == "red" and "blue" or "red"
|
||||
OutputEvent("sec_"..opposite_team.."_slayer", "Disable")
|
||||
|
||||
AddSchedule("aardvarksecup10"..team, SECURITY_LENGTH - 10, function()
|
||||
AddSchedule("secup10"..team, SECURITY_LENGTH - 10, function()
|
||||
BroadCastMessage("#FF_"..team:upper().."_SEC_10")
|
||||
end)
|
||||
AddSchedule("beginclose"..team, SECURITY_LENGTH - 6, function()
|
||||
|
|
|
@ -8,7 +8,7 @@ IncludeScript("base_shutdown");
|
|||
SECURITY_LENGTH = 60
|
||||
|
||||
-----------------------------------------------------------------------------
|
||||
-- aardvark security
|
||||
-- security
|
||||
-----------------------------------------------------------------------------
|
||||
red_aardvarksec = red_security_trigger:new()
|
||||
blue_aardvarksec = blue_security_trigger:new()
|
||||
|
@ -19,7 +19,7 @@ function security_off( team )
|
|||
|
||||
OpenDoor(team.."_aardvarkdoorhack")
|
||||
|
||||
AddSchedule("aardvarksecup10"..team, SECURITY_LENGTH - 10, function()
|
||||
AddSchedule("secup10"..team, SECURITY_LENGTH - 10, function()
|
||||
BroadCastMessage("#FF_"..team:upper().."_SEC_10")
|
||||
end)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue