// --	-----	-----	-----	-----	-----	-----	-----	-----	-----	-----	-----	------
//
//						OBSERVER HUD v 1.00
//
//						   By Wizard_TPG
//
//
//	You MUST have PrestoPack v 0.93 or later installed with killtrak ENABLED
//	to use this HUD.  Newopts v 0.966 is advisable but not crucial.
//
//
//
//	NON NEWOPTS INSTALL:
//	To install, make a tribes/config directory and place this file
//	in it.  Then add the line
//			Include("ObsHUD.acs.cs");
//	to your autoexec.cs file somewhere after the presto and newopts exec calls.
//
//	NEWOPTS INSTALL
//	Put the files in the tribes/config (or any subdirectory) directory.......
//			....thats it :)
//
//
//	NOTE:  There have been a few cases of people losing their newopts scipts gui's
//			after installing observerHUD with PREVIOUS versions.  If this is the
//			case with you, set $SCastHUDSet::EnableNewOptsScreen = "false";
//			And you will not have a ObserverHUD GUI.  You will have to set your
//			keys in this file.
//
//
//
//
//	THANKS:
//
//	Special thanks to MT for the advice and the newopts screen.
//
//	Thanks to Blitzu for coming up with the idea, [FT]Fyren & [SS-19]Vektor for
//	scripting advice and all of the beta testers...thanks guys.
//
//
//
//	DISCLAIMER: 	The writer of this script can not be held responsible in any
//					way for accident, injury, loss of property, loss of data, your
//					dog eating your homework, you baby sister getting more than
//					you or any other catastrophy.
//
// ---------------------------------------------------------------------------
//
//	INSTRUCTIONS
//
//	Using the HUD display in a normal base server is quite simple.
//	You go to observer and it is there in front of you.  You can turn it on or
//	off with the enable key (default shift-z)
//
//	If you are connected to a bwadmin v 5 or later server you will see the full
//	features of ObserverHUD.  You will get extra team information such as team
//	average ping and will be able to see the personal statistics of the player
//	you are currently observing.
//
//	You will also get constantly displayed the player/object you are viewing.
//
//	There are some added features to help you navigate in observer in bwadmin
//	mode though.  You can press a key to view objectives such as flags
//	(default shift-x) which will also view the flag carrier and you can press
//	a key to view the closest player to you present location (default shift-c)
//
//	Another good bwadmin only feature is observerfavs.  If you are looking at a
//	player you can save that player in one of 6 "banks" by pressing ctrl 1-6.
//	At any time later you can view that player by pressing shift 1-6 (default
//	keys can be changed)
//
//	This allows you to easily view a number of players without having to cycle
//	through the 32 players on a server.  :)
//
//	Another feature of ObserverHUD is the stats display.  After you have finished
//	a map and are waiting for the next map to start (generally 20 seconds)
//	ObserverHUD will appear.  This is to display to you all the stats from the
//	last mission.  When the mission starts the stats are reset and the hud will
//	disappear (unless you are an observer of course).
//
//
//	If you guys have any hassles or comments please ask questions at my
//	forum at http://arena2.telstra.net:8000/wizardsworld/obshud/
//
//	Thanks for using my HUD guys :)
//
//	Wizard_TPG
//
//
//
// ---------------------------------------------------------------------------
//