===========================================
                 Z3BRA HUD
===========================================

z3bra.menu:
    -/ health/armor bar comes in 4 colors
        100 - 200 hp => bright white
        81  - 99  hp => white
        43  - 80  hp => yellow
        0   - 42  hp => red

    -/ ammo on the bottom right
        becomes red when < 5%

    -/ speedometer on the right
        I want to see my speed at anytime but maybe you don't
        want this feature, so there is a cvar to toggle it :
        ch_speed {1|0}

    -/ timer is not displayed in Clan Arena (no need imo)

    -/ flag icon appear when you hold the flag and pulse in red
       if ennemy has your flag

    -/ Warmup info box appears only in warmup and between rounds
        - Display my name (haha) feel free to change it ! @line 1083
        - Time & date (usefull to now when to go to sleep ;))
        - Server's location (actually FR,DE,ES,UK which are the one I
          frequent. Change it to fit your needs) @line 964
        - Server skillrate average
        - Gametype icon


help.menu:
    -/ Help box accessible by holding a key (winkey for me)
       Nothing more than a tiny scoreboard
       use this in your cfg :
          *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
          | alias +w_info     "set ch_help 1"
          * alias -w_info     "set ch_help 0"
          | bind COMMAND      "+w_info"
          *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
        - Your team (Blue|Red)
        - Your score
        - Server owner
        - Time/Date
        - Gametype
        - Map name
        - Cap/Frag Limit



Feel free to use any part of this HUD to create your own ! And don't
forget to show me what you've done :P

You can follow any change @ https://gitorious.org/quakelive/cfg

There is also my configuration files (azerty specific anyway), with some
great scripts such as map voting, railshot bounce or quit menu.

Hope you'll enjoy this HUD as I do !
