mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-04-20 02:55:19 +00:00
Made LCTF Gamemode
This commit is contained in:
parent
90bb6175dc
commit
0c3e7c9892
7 changed files with 2705 additions and 80 deletions
|
|
@ -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) &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue