// PiNGHUD v1.0
// 6.14.00
// by Rayn 
// rayn@tribalwar.com
// Rayn's Bucket O' Tribes: http://www.tribalwar.com/rayn/
// Idea by: [FTM] Tequila
// Ping Code by: VeKToR
// --------------------------------------------------------------------------
// 		              VISIT WWW.TRIBALWAR.COM
// 			 The Premier Tribes Resource On The Web
// --------------------------------------------------------------------------
// Tequila requested a small HUD that would display your current ping so I
// whipped this up.  It updates every 3 seconds, if it were any more it would
// interfere with your ping.  The ping shown is not exact but very close.
// Send me your feedback or feel free to modify as needed, drop me a line if you
// do I'd like to see.  
//
//	 * Feedback/Bug Reports/Love Letters to: rayn@tribalwar.com *
//
//
// INSTALL NOTES
// Requires:
//		Presto Pack v0.93 or better
// Add this line to your AUTOEXEC.CS somewhere after Include("Presto\\Install.cs"); :
//	Include("rayn\\pingHUD.cs");
//	
// ---------------------------------------------------------------------------
// UPDATES IN VERSION 1.0:
// 
// Revamped the code to use the new ping routines developed by VeKToR. It turns out they
// seem much more accurate, which is very impressive. Its still not perfect, but its an
// improvement for fans of this troubled script.
//
// Note that the ping you see is your one-way ping (the one the server reports)
// Your actual full ping in standard form is double that number.
//
// You can vist VeKToR at http://www.tribalwar.com/vektor
// For a good number of very useful scripts.
//