Skip to content

Commit

Permalink
Added a new map: cs_assault
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDave1999 committed May 30, 2021
1 parent 25f9b89 commit 0398cd0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CaptureTheFlag/CaptureTheFlag/Command/Public/CmdPublic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private static void MapName(Player player)

[Command("nextmap", Shortcut = "nextmap")]
private static void NextMap(Player player)
=> player.SendClientMessage(Color.Yellow, $"* Próximo actual: {Color.Orange}{CurrentMap.GetNextMap()}.");
=> player.SendClientMessage(Color.Yellow, $"* Próximo mapa: {Color.Orange}{CurrentMap.GetNextMap()}.");

[Command("stop", Shortcut = "stop")]
private static void StopMusic(Player player)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ LANGUAGE = Español Latino
HIDDEN_COMMAND = /1234
GAMEMODE_TEXT = CTF ~v8.0.0-RC2
;Here you can specify the name of the map with which the server can start, otherwise leave it empty.
NAME_MAP =
NAME_MAP = cs_assault
[Map]
MAX_MAPS = 20
MAX_MAPS = 21
;Time must be in seconds.
MAX_TIME_ROUND = 1200
MAX_TIME_LOADING = 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ de_dust2_x2 = 98.9419,2008.9546,18.4013
de_dust2_x3 = -1000.1545,2532.0759,131.2383
Aim_Headshot2 = 3099.0640,-1974.0697,23.6803
WarZone = -1331.5494,2533.4387,93.9766
cs_assault = 1942.2151,-2416.7285,13.5469
[Blue]
RC_Battlefield = -974.7156,1089.7988,1344.9755
CrackFactory = 2568.5762,-1296.0222,1031.4219
Expand All @@ -39,4 +40,5 @@ de_dust2_x1 = 244.5468,1842.8566,51.5178
de_dust2_x2 = -1.5724,2039.5142,21.0984
de_dust2_x3 = -1151.1497,2400.7925,146.7129
Aim_Headshot2 = 3133.3345,-2042.9606,24.0724
WarZone = -1291.2379,2429.9504,94.1087
WarZone = -1291.2379,2429.9504,94.1087
cs_assault = 1874.2798,-2434.4463,13.5547

0 comments on commit 0398cd0

Please sign in to comment.