// HUD Created by z3bra_ - France

Put all the files into ".../quakelive/home/baseq3/ui/"

This HUD is evoluting depending on the game :
	> [. ] Print an infoBox showing your nickname, the date/time, server location and server skillrate
	> [' ] A huge timer for duel/ctf/etc, but hidden in Clan Arena matches
	> [ -] A nice speedometer
	> [__] Evolutives health & armor bar

//___________________________________________________________________________
// Personnalisation

For an optimal personnalisation of the HUD, change the following lines

l. 769 		> Replace "z3bra_" by your nickname
l. 747 | 759	> Replace "FR" by your country


//___________________________________________________________________________
// Toggle crosshair

In order to use the fullscreen crossair, you might bind this :

bind [*] "toggle ch_xhair" 
	
	// * Key bind for toggling fullscreen crosshair
	
//___________________________________________________________________________
// Load HUD 

In console :
	> cg_hudfiles "ui.z3bra_.cfg"; loadhud
