Made LCTF Gamemode

This commit is contained in:
ChocoTaco 2025-01-11 16:48:01 -05:00
parent 90bb6175dc
commit 0c3e7c9892
7 changed files with 2705 additions and 80 deletions

View file

@ -145,6 +145,7 @@ function CreateServer(%mission, %missionType)
exec("scripts/defaultGame.cs");
exec("scripts/CTFGame.cs");
exec("scripts/SCtFGame.cs");
exec("scripts/LCTFGame.cs");
exec("scripts/PracticeCTFGame.cs");
exec("scripts/TeamHuntersGame.cs");
exec("scripts/SinglePlayerGame.cs");
@ -175,6 +176,7 @@ function CreateServer(%mission, %missionType)
(%type !$= PracticeCTFGame) &&
(%type !$= RabbitGame) &&
(%type !$= SCtFGame) &&
(%type !$= LCTFGame) &&
(%type !$= SiegeGame) &&
(%type !$= SinglePlayerGame) &&
(%type !$= TeamHuntersGame) &&