	================================
	ADMIN_KARAOKE v0.3 - MINI HOW-TO
	================================
	by : Snip (snipfou@hotmail.com) : idea/lyrics management
			 YoGi (yogi@darkmag.net)    : AM coding

	Special thanks to dJeyL (http://djeyl.net) for his huge help			 
	

	o AM commands : 
  ---------------
	
	admin_karaoke <songID>				: launch a karaoke
	admin_vote_karaoke <songID>		: vote for a karaoke
	admin_list_karaoke						: list available songIDs/songs


	o files required :
	  ----------------
	
	%MODNAME%/karaoke/karaoke_list.txt
	
	%MODNAME%/karaoke/songID1.txt
	%MODNAME%/sound/karaoke/songID1.wav (optionnal)
	
	%MODNAME%/karaoke/songID2.txt
	%MODNAME%/sound/karaoke/songID2.wav (optionnal)
	
	...
	
	note : every client must own a copy of the wav files. 
	       if a client doesn't, he won't hear the music
	

	o files templates :
	  -----------------
	
	* karaoke_list.txt :
		1/	number of songs
		2/	blank line
		3/	songID1.txt
		4/	songID2.txt
		...
	
	* songID*.txt :	
		1/	full song name ("artist - title" for example)
		2/	total number of lines of the current file
		3/	blank line
		4/	line1-duration line1-color line1-sentence
		5/	line2-duration line2-color line2-sentence
		6/	line3-duration															<-- blank sentence : for a solo or anything else without lyrics.
		7/	line4-duration line4-color line4-sentence
		...

		note : X/ stands for line numbers, and must not appear in the files


	o misc informations :
	  -------------------
	_ IMPORTANT : the AM CVAR 'file_access_read' must be at 1 in 'server.cfg' (p/j : n'est ce pas Klug ? :)
	_ durations are in seconds
	_ available colors are : red, blue, green, white, yellow, purple
	_ a single sentence cannot be 80 chars higher.
	_ Admin_Karaoke may generate irreversible damages to your brain. Handle with care and at your own risks :)
