This commit is contained in:
ChocoTaco1 2020-11-18 14:59:39 -05:00
parent 201c0ba03c
commit 92e18d1499

View file

@ -1,6 +1,6 @@
// altWarmup.cs // altWarmup.cs
// //
// This script allows players time before a match pick teams // This script allows players time before a match to pick teams
// Puts everyone in observer at mission end // Puts everyone in observer at mission end
// //
// exec("scripts/autoexec/altWarmup.cs"); // exec("scripts/autoexec/altWarmup.cs");
@ -41,7 +41,7 @@ function DefaultGame::setupClientTeams(%game)
} }
// Re-done for our needs // Re-done for our needs
// If team change too low can crash server --z0dd - ZOD // If team change time too low can crash server --z0dd - ZOD
function serverCmdClientJoinTeam(%client, %team, %admin) function serverCmdClientJoinTeam(%client, %team, %admin)
{ {
// z0dd - ZOD, 4/10/04. ilys - if the client does not enter a team, uses a team less than -1, // z0dd - ZOD, 4/10/04. ilys - if the client does not enter a team, uses a team less than -1,