StopwatchHUD - Version 0.1

What's New
----------
Personal Stopwatch function enabled.
Ability to just type in the command to initialize the stopwatch


Useage:

With the default key bindings you can do the following:

        =  -> Send Stopwatch Sync Request
Shift + =  -> Switch between personal and public stopwatch

Personal
--------
        ] -> Stop the Stopwatch
Shift + ] ->  "    "      "
        [ -> Start the Stopwatch
Shift + [ ->   "    "      "

Public
--------
        ] -> Increase Time of Timer
Shift + ] -> Decrease Time of Timer
        [ -> Increse Sync zero Delay
Shift + [ -> Decrease Sync zero Delay


Advanced Feature:
In a message dialog box (SAY or TEAM SAY) type:
!sw 0:10 2:00 <message>

!sw = Trigger to signify that this is a Sync request message.
0:10 = Sync Zero delay time in minutes and seconds
2:00 = Time to set for Timer in minutes and seconds
<message> = Message to send along with sync time request, will be shown in a Center Print.


Installation:

Extract Zip file into your config dir, preserving directories.  Or simply create a labrat folder under config and place the stopwatch.cs in that folder.

Then add either:
include("labrat\\stopwatch");
or
exec("labrat\\stopwatch");

to your autoexec.cs.

Aknowledgements
---------------
KillerBunny
Presto
Cowboy
Zear
Writer
Garion - Thanks for the suggestions for the stopwatch HUD.
And the rest of the Tribes Scriptors.
