mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-16 08:34:43 +00:00
Comments
This commit is contained in:
parent
201c0ba03c
commit
92e18d1499
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue