AMMOHUD v1.2.1 6/18/99
By Rayn - Rayn@Planet-Tribes.Com
--------------------------------
Please read the script for more information.

Install Instructions:

Extract to your tribes/config directory (w/ pathnames) and everything should go
in the right places.

Add this to your autoexec.cs:

exec("rayn\\ammohud.cs");

Please READ the actual script (/config/rayn/ammohud.cs) to set all your preferences!!
Thats it!
Questions/Feedback to me @ above e-mail!

{FSC}Rayn -PTT-
---------------------------------
version 1.1 updates:
- Addressed a synchronation issue that was checking the ammo as it was fired instead of
immediately after, therefore reporting an incorrect number.
- Added optional graphical icons to show equipped weapon.
---------------------------------
version 1.1.1 updates:
- Forgot to account for the possession of an ammopack! Doh! Well its fixed now!
- Emptied out the ammo meter when you have no weapon equipped, as opposed to it staying
  full.
- Added the pingq preference, set this according to the documentation in your script
  based on your average ping to make sure the HUD doesn't check your ammo too
  quickly or discrepancies can arise.
- Added support for IxAdmin and other admin mods
---------------------------------
version 1.2 updates:
- Added Insomniax support
- Added option to toggle the ammo meter on/off
- Added option to position the warning message
- Changed directory script is stored in, you can get rid of your old ammohud directory
- Optimized code to use less CPU.
----------------------------------
version 1.2.1 updates:
- Corrected install information typo
- Attempted to deal with a bug that surfaced when user already had a copy of fire.cs
  installed.
- Corrected bug that was causing ammo not to update when picked up off the ground.