sh_init: Add info_player_spawn to Spectators
This commit is contained in:
@@ -61,12 +61,13 @@ function GM:CreateTeams()
|
|||||||
-- Specators
|
-- Specators
|
||||||
team.SetUp(self.Teams.Spectators, "Spectators", Color(127, 127, 127, 255))
|
team.SetUp(self.Teams.Spectators, "Spectators", Color(127, 127, 127, 255))
|
||||||
team.SetSpawnPoint(self.Teams.Spectators, {
|
team.SetSpawnPoint(self.Teams.Spectators, {
|
||||||
|
"info_player_start",
|
||||||
|
"info_player_spawn",
|
||||||
"info_player_deathmatch",
|
"info_player_deathmatch",
|
||||||
"info_player_combine",
|
"info_player_combine",
|
||||||
"info_player_counterterrorist",
|
"info_player_counterterrorist",
|
||||||
"info_player_allies",
|
"info_player_allies",
|
||||||
"info_player_terrorist",
|
"info_player_terrorist"
|
||||||
"info_player_start"
|
|
||||||
})
|
})
|
||||||
team.SetClass(self.Teams.Spectators, { "Spectator", "Spectator" })
|
team.SetClass(self.Teams.Spectators, { "Spectator", "Spectator" })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user