mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-26 14:11:22 +00:00
Transmit round start to clients
used for cg_rq3_autoaction
This commit is contained in:
parent
e621dab25f
commit
4a896430c3
2 changed files with 11 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.65 2002/05/18 21:57:54 blaze
|
||||
// Transmit round start to clients
|
||||
// used for cg_rq3_autoaction
|
||||
//
|
||||
// Revision 1.64 2002/05/15 03:43:09 niceass
|
||||
// ssg disarm fix
|
||||
//
|
||||
|
@ -264,7 +268,8 @@ enum {
|
|||
SELECTPISTOL,
|
||||
ROUND,
|
||||
MAPEND,
|
||||
SETWEAPON,
|
||||
MAPSTART,
|
||||
SETWEAPON,
|
||||
STUFF,
|
||||
RADIO
|
||||
};
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.92 2002/05/18 21:57:54 blaze
|
||||
// Transmit round start to clients
|
||||
// used for cg_rq3_autoaction
|
||||
//
|
||||
// Revision 1.91 2002/05/13 06:17:20 jbravo
|
||||
// Ignore fix
|
||||
//
|
||||
|
@ -393,6 +397,7 @@ void CheckTeamRules()
|
|||
if (!player->inuse)
|
||||
continue;
|
||||
G_AddEvent (player, EV_RQ3_SOUND, RQ3_SOUND_COUNTDOWN);
|
||||
trap_SendServerCommand( -1, va("rq3_cmd %i 0", MAPSTART));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue