mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 15:52:30 +00:00
Added "teammodel" command for Matchmode
This commit is contained in:
parent
8f5e45feb3
commit
382231faa8
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,9 @@
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.45 2002/04/28 11:01:21 slicer
|
||||||
|
// Added "teammodel" command for Matchmode
|
||||||
|
//
|
||||||
// Revision 1.44 2002/04/26 03:39:34 jbravo
|
// Revision 1.44 2002/04/26 03:39:34 jbravo
|
||||||
// added tkok, fixed players always leaving zcam modes when player thats
|
// added tkok, fixed players always leaving zcam modes when player thats
|
||||||
// beeing tracked dies
|
// beeing tracked dies
|
||||||
|
@ -985,6 +988,7 @@ void CG_InitConsoleCommands( void ) {
|
||||||
trap_AddCommand ("ready");
|
trap_AddCommand ("ready");
|
||||||
trap_AddCommand ("sub");
|
trap_AddCommand ("sub");
|
||||||
trap_AddCommand ("teamname");
|
trap_AddCommand ("teamname");
|
||||||
|
trap_AddCommand ("teammodel");
|
||||||
// aasimon: refeere mm
|
// aasimon: refeere mm
|
||||||
trap_AddCommand ("reflogin");
|
trap_AddCommand ("reflogin");
|
||||||
trap_AddCommand ("ref");
|
trap_AddCommand ("ref");
|
||||||
|
|
Loading…
Reference in a new issue